change old urls to new urls
authorAdrian Likins <alikins@redhat.com>
Thu, 22 Jan 2009 16:55:11 +0000 (11:55 -0500)
committerAdrian Likins <alikins@redhat.com>
Thu, 22 Jan 2009 16:55:11 +0000 (11:55 -0500)
README
setup.py

diff --git a/README b/README
index 0e3b168..752d680 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ certmaster -- it hands out SSL certs!
 
 read more at:
 
-https://hosted.fedoraproject.org/projects/certmaster
+https://fedorahosted.org/certmaster/
 
-Source: http://git.fedoraproject.org/git/certmaster.git
+Source: http://git.fedorahosted.org/git/?p=certmaster.git;a=summary
 
index 1c9f213..39a7ad3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ if __name__ == "__main__":
                 version = VERSION,
                 author = "Lots",
                 author_email = "func-list@redhat.com",
-                url = "https://hosted.fedoraproject.org/projects/certmaster/",
+                url = "https://fedorahosted.org/certmaster/",
                 license = "GPL",
                scripts = [
                      "scripts/certmaster", "scripts/certmaster-ca",