summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2009-01-22 11:55:11 -0500
committerAdrian Likins <alikins@redhat.com>2009-01-22 11:55:11 -0500
commitfd57bba2195c2b8405b6317755f6ad7030702dfc (patch)
treeb8875d74c1848ce509f3da4548f6ad693d2ace02
parent9297dabe6c1511bb36a669b505f5586e420b608f (diff)
downloadcertmaster-fd57bba2195c2b8405b6317755f6ad7030702dfc.tar.gz
certmaster-fd57bba2195c2b8405b6317755f6ad7030702dfc.tar.xz
certmaster-fd57bba2195c2b8405b6317755f6ad7030702dfc.zip
change old urls to new urls
-rw-r--r--README4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0e3b168..752d680 100644
--- 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
diff --git a/setup.py b/setup.py
index 1c9f213..39a7ad3 100644
--- 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",