From 659a6927d969b4e11eb1c78c5ab1ff2cc3f222bc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 29 Jul 2017 00:58:08 +0100 Subject: [PATCH] setup.py: Fix the advertised package URL. Unfortunately the old URL was terrible both because it was poorly chosen and because it was broken long ago (if indeed it ever worked in the first place). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94b25d0..cedacdd 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ cat = DC.Extension('catacomb._base', MS.setup(name = 'catacomb-python', description = 'Interface to Catacomb cryptographic library', - url = 'http://www.distorted.org.uk/~mdw/Catacomb-2.1.0', + url = 'https://git.distorted.org.uk/~mdw/catacomb-python/', author = 'Straylight/Edgeware', author_email = 'mdw@distorted.org.uk', license = 'GNU General Public License', -- 2.11.0