From 1020e582ec1801deccf38cf3ccad4e9f2af2eb73 Mon Sep 17 00:00:00 2001 From: "jdennis%redhat.com" Date: Wed, 25 Jan 2012 13:40:36 +0000 Subject: [PATCH] Update URL's in setup.py git-svn-id: svn://10.0.0.236/trunk@263311 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/python/nss/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/security/python/nss/setup.py b/mozilla/security/python/nss/setup.py index 6e328ab245a..d7c2768ce42 100644 --- a/mozilla/security/python/nss/setup.py +++ b/mozilla/security/python/nss/setup.py @@ -392,6 +392,8 @@ def main(argv): extra_compile_args = extra_compile_args, ) + #bug_enter = 'https://bugzilla.redhat.com/buglist.cgi?submit&component=python-nss&product=Fedora&classification=Fedora' + #bug_tracker = 'https://bugzilla.redhat.com/enter_bug.cgi?component=python-nss&product=Fedora&classification=Fedora', setup(name = 'python-nss', version = version, description = 'Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR)', @@ -402,7 +404,7 @@ def main(argv): maintainer_email = 'jdennis@redhat.com', license = 'MPLv1.1 or GPLv2+ or LGPLv2+', platforms = 'posix', - url = ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot mozilla/security/python/nss', + url = 'http://www.mozilla.org/projects/security/pki/python-nss', download_url = '', ext_modules = [nss_error_extension, nss_io_extension,