diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-26 10:28:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-26 10:28:49 +0000 |
commit | 44c2662c4a73e0df025bea17ca8f8da19f710959 (patch) | |
tree | 8e5bd6815da246fbe08a7bd878e1ae7557b9b76c /security/py-keyring | |
parent | 4919fc586ebefe9a5f227e717dce259699a9aaa1 (diff) | |
download | pkgsrc-44c2662c4a73e0df025bea17ca8f8da19f710959.tar.gz |
Fix HOMEPAGE.
Diffstat (limited to 'security/py-keyring')
-rw-r--r-- | security/py-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index a1036d982a9..5f1be3f01fd 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/26 10:28:49 wiz Exp $ DISTNAME= keyring-0.5.1 PKGNAME= ${PYPKGPREFIX}-keyring-0.5.1 @@ -6,7 +6,7 @@ CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/k/keyring/ MAINTAINER= pkgsrc.gnome@gmail.com -HOMEPAGE= http://pypi.python.org/packages/source/k/keyring/ +HOMEPAGE= https://pypi.python.org/pypi/keyring COMMENT= Store and access your passwords safely LICENSE= python-software-foundation |