From ce3992f5aa2e942e21a4a61dd5893f3d16ebe5c9 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 24 Oct 2020 10:22:21 +0200 Subject: Fix urls for the git repository --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') 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/', }, ) -- cgit v1.2.3