dev-python/python-nss: update HOMEPAGE, use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 23 Mar 2018 15:59:39 +0000 (16:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 13:10:48 +0000 (14:10 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7569

dev-python/python-nss/python-nss-0.16.0.ebuild

index 2b7efd1e755a9cd6de38f167817206803b546144..96a715862032dab9ae01c0bdf07f9487538cd9f8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit distutils-r1 flag-o-matic versionator
 
 MY_PV="$(replace_all_version_separators  '_' )"
 DESCRIPTION="Python bindings for Network Security Services (NSS)"
-HOMEPAGE="http://www.mozilla.org/projects/security/pki/python-nss/"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Python_binding_for_NSS"
 SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/${PN}/releases/PYNSS_RELEASE_${MY_PV}/src/${P}.tar.bz2"
 
 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2 )"