summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-24 10:22:21 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-24 10:22:21 +0200
commitce3992f5aa2e942e21a4a61dd5893f3d16ebe5c9 (patch)
treecf2495ca6daa5cec0a6000f20c25a0d37a309407
parent8cfcf867df5efdd0887c6818f5c172182bd71820 (diff)
Fix urls for the git repository
-rw-r--r--README.rst2
-rw-r--r--setup.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 104b40a..8b42c4b 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index 37b2992..a85d2c8 100644
--- a/setup.py
+++ b/setup.py
@@ -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/',
},
)