diff options
-rw-r--r-- | textproc/py-cssselect2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-cssselect2/Makefile b/textproc/py-cssselect2/Makefile index a724909a413..bed54580166 100644 --- a/textproc/py-cssselect2/Makefile +++ b/textproc/py-cssselect2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/02 14:58:45 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/09 08:22:20 wiz Exp $ DISTNAME= cssselect2-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect2/} MAINTAINER= kleink@NetBSD.org -HOMEPAGE= https://pythonhosted.org/cssselect2/ +HOMEPAGE= https://pypi.python.org/pypi/cssselect2 COMMENT= CSS selectors for Python ElementTree LICENSE= modified-bsd |