diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-03 19:40:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-03 19:40:31 +0000 |
commit | 6e1e059a7ed9d44c21382dff114ddc9d16dc6988 (patch) | |
tree | 3764d54856683f3342afa09534fe42fd3051e575 /net | |
parent | a6ff0674626d92b2724d610097579a70eacb8257 (diff) | |
download | pkgsrc-6e1e059a7ed9d44c21382dff114ddc9d16dc6988.tar.gz |
py-suds: replace dead HOMEPAGE with bad one at pypi
Diffstat (limited to 'net')
-rw-r--r-- | net/py-suds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 5fcc20de2a3..4c8cee2dfb4 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/11/03 19:40:31 wiz Exp $ DISTNAME= suds-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/suds/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://fedorahosted.org/suds/ +HOMEPAGE= https://pypi.python.org/pypi/suds COMMENT= Lightweight SOAP python client for consuming Web Services LICENSE= gnu-lgpl-v3 |