Switch URLs to alioth and Keiths blog entry
authorGuido Günther <agx@sigxcpu.org>
Sat, 2 Jan 2016 14:50:14 +0000 (15:50 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 3 Jan 2016 12:06:05 +0000 (13:06 +0100)
Alioth git has the most recent commits while Keith's blog entry has the
best "getting started" docs.

setup.py

index fc560a4d5ca861fcb77897fd3582994e5c68c67a..61b5a7c1f961fa8592810247736fb89dafdb79d4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ and Sunbird 0.9+. It is free and open-source software, released under GPL
 version 3.
 
 For further information, please visit the `Calypso Website
-<http://www.calypso.org/>`_.
+<http://keithp.com/blogs/calypso/>`_.
 
 """
 
@@ -71,8 +71,8 @@ setup(
     long_description=__doc__,
     author="Keith Packard",
     author_email="keithp@keithp.com",
-    url="http://keithp.com/",
-    download_url="http://keithp.com/git/calypso",
+    url="http://keithp.com/blogs/calypso/",
+    download_url="https://anonscm.debian.org/cgit/calypso/calypso.git/",
     license="GNU GPL v3",
     platforms="Any",
     packages=["calypso", "calypso.acl"],