diff options
author | adam <adam@pkgsrc.org> | 2017-10-25 06:38:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-25 06:38:53 +0000 |
commit | 9a86d4b1af2efaab2c6b1399e36322a999b7860f (patch) | |
tree | 26475610174862117c98c35ef8386073479843d6 /security | |
parent | c99a945425e50c5dfc0e05d143336f661dce0f83 (diff) | |
download | pkgsrc-9a86d4b1af2efaab2c6b1399e36322a999b7860f.tar.gz |
Updated HOMEPAGE
Diffstat (limited to 'security')
-rw-r--r-- | security/py-paramiko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index ce82c133b95..5c67438c7c5 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/10/12 12:42:26 adam Exp $ +# $NetBSD: Makefile,v 1.30 2017/10/25 06:38:53 adam Exp $ DISTNAME= paramiko-2.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/paramiko/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/paramiko/paramiko +HOMEPAGE= http://www.paramiko.org/ COMMENT= SSH2 protocol library LICENSE= gnu-lgpl-v2.1 |