diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-24 10:22:21 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-24 10:22:21 +0200 |
commit | ce3992f5aa2e942e21a4a61dd5893f3d16ebe5c9 (patch) | |
tree | cf2495ca6daa5cec0a6000f20c25a0d37a309407 | |
parent | 8cfcf867df5efdd0887c6818f5c172182bd71820 (diff) |
Fix urls for the git repository
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | setup.py | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ Installation ------------ The source code for lesana can be downloaded from the git repository at -https://git.trueelena.org/cgit.cgi/software/lesana/; releases are made +https://git.trueelena.org/software/lesana/; releases are made on `pypi <https://pypi.org/project/lesana/>`_. lesana expects to run on a POSIX-like system and requires the following @@ -31,7 +31,7 @@ setup( long_description_content_type='text/x-rst', license='GPLv3+', keywords='collection inventory', - url='https://lesana.trueelena.org/lesana', + url='https://lesana.trueelena.org/', classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', @@ -48,8 +48,8 @@ setup( 'Topic :: Utilities', ], project_urls={ - 'Source': 'https://git.trueelena.org/cgit.cgi/software/lesana/', + 'Source': 'https://git.trueelena.org/software/lesana/', 'Documentation': - 'https://git.trueelena.org/cgit.cgi/software/lesana/tree/docs', + 'https://lesana.trueelena.org/', }, ) |