diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-16 08:51:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-16 08:51:17 +0000 |
commit | 105bc41279e3e670a70416d0bdb6fad3913d567e (patch) | |
tree | 4788246affe5d6a12e0f39384530572fd11a4e64 /security | |
parent | e87548d390b7eb04ec564f9daf382645da73c237 (diff) | |
download | pkgsrc-105bc41279e3e670a70416d0bdb6fad3913d567e.tar.gz |
py-certifi: use pypi homepage instead of dead one
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certifi/Makefile b/security/py-certifi/Makefile index 2d86fe90fdd..ad44862fd77 100644 --- a/security/py-certifi/Makefile +++ b/security/py-certifi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/07/30 05:37:54 adam Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 08:51:17 wiz Exp $ DISTNAME= certifi-2017.7.27.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PYPI:=c/certifi/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://certifi.io/ +HOMEPAGE= https://pypi.python.org/pypi/certifi COMMENT= Python package for providing Mozilla's CA Bundle LICENSE= isc |