diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-04 16:24:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-04 16:24:55 +0000 |
commit | 20e0d2d8326f0580f51fdb8788d9bf419c4e0e66 (patch) | |
tree | d1ad8a300259c99dc4bd01695f846f8767b35c0d /net/py-socksipy-branch | |
parent | 68de3bf8fe5aa64c3782258290b1bb45121f327e (diff) | |
download | pkgsrc-20e0d2d8326f0580f51fdb8788d9bf419c4e0e66.tar.gz |
py-socksipy-branch: fix HOMEPAGE
Diffstat (limited to 'net/py-socksipy-branch')
-rw-r--r-- | net/py-socksipy-branch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-socksipy-branch/Makefile b/net/py-socksipy-branch/Makefile index 06e9892b83c..2db4cae1d5b 100644 --- a/net/py-socksipy-branch/Makefile +++ b/net/py-socksipy-branch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/01/24 20:46:42 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/04 16:24:55 wiz Exp $ DISTNAME= SocksiPy-branch-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PYPI:=S/SocksiPy-branch/} MAINTAINER= kethzer.dr@gmail.com -HOMEPAGE= https://files.pythonhosted.org/packages/source/S/SocksiPy-branch/ +HOMEPAGE= https://pypi.python.org/pypi/SocksiPy-branch/ COMMENT= Python SOCKS module LICENSE= modified-bsd |