M README.rst => README.rst +2 -2
@@ 61,9 61,9 @@ subprocess.
Installation
------------
-Download the source from GitHub::
+Clone the source code repository::
- git clone [--depth=1] https://github.com/javiljoen/monitor.git
+ git clone [--depth=1] https://git.sr.ht/~javiljoen/monitor
where the ``depth`` parameter will get you the latest version only
instead of the whole commit history.
M setup.py => setup.py +2 -2
@@ 3,10 3,10 @@ import setuptools
setuptools.setup(
name='monitor',
version='1.0.0',
- url='https://github.com/javiljoen/monitor',
+ url='https://git.sr.ht/~javiljoen/monitor',
author='Jack Viljoen',
- author_email='javiljoen@users.noreply.github.com',
+ author_email='javiljoen@javiljoen.net',
description='Resource monitor for profiling processes and their subprocesses',
long_description=open('README.rst').read(),