summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-04 21:50:51 +0000
committerrodent <rodent>2015-04-04 21:50:51 +0000
commite0284ab8b8e4f0295d9b626b7cf151e0c7e03a6f (patch)
tree73fec1939fa95bc40545031edd669236c8345ccf /security
parent8216eea7b430530d42db33d0368171fe0f58be86 (diff)
downloadpkgsrc-e0284ab8b8e4f0295d9b626b7cf151e0c7e03a6f.tar.gz
Fix HOMEPAGE. Missed saving this change.
Diffstat (limited to 'security')
-rw-r--r--security/py-bcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index b6773658ca9..90dcdde59df 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/04 21:49:17 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/04 21:50:51 rodent Exp $
DISTNAME= bcrypt-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= python security
MASTER_SITES= https://pypi.python.org/packages/source/b/bcrypt/
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= https://github.com/dstufft/bcrypt/
+HOMEPAGE= https://github.com/pyca/bcrypt/
COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0