From: Adrian Likins Date: Thu, 22 Jan 2009 16:55:11 +0000 (-0500) Subject: change old urls to new urls X-Git-Tag: v0.25~17 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=fd57bba2195c2b8405b6317755f6ad7030702dfc;ds=sidebyside change old urls to new urls --- 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",