summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-09 11:29:30 +0000
committernia <nia@pkgsrc.org>2019-07-09 11:29:30 +0000
commit63dadf7a05838ad41b9cebeb478269993b0290fd (patch)
tree7a4d59e78768815116dbb2bf8108da5656a057d3 /security
parent8c22329f6ec2d1fcda51e31358d30ad5cc70b31e (diff)
downloadpkgsrc-63dadf7a05838ad41b9cebeb478269993b0290fd.tar.gz
Use https for pythonhosted.org.
Diffstat (limited to 'security')
-rw-r--r--security/py-itsdangerous/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile
index dc223768455..ea7569095dd 100644
--- a/security/py-itsdangerous/Makefile
+++ b/security/py-itsdangerous/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/11/10 17:27:36 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/09 11:29:30 nia Exp $
DISTNAME= itsdangerous-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itsdangerous/}
MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://pythonhosted.org/itsdangerous/
+HOMEPAGE= https://pythonhosted.org/itsdangerous/
COMMENT= Helpers to pass trusted data to untrusted environments and back
LICENSE= modified-bsd