summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",