chiark / gitweb /
debian/: Use `dh_python2' for packaging.
[catacomb-python] / setup.py
index 94b25d0056950c5029365f9e3f8a0fce22f355cc..cedacddc35510f341c9c1b075539e192d74b4e5d 100755 (executable)
--- 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',