diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-09 08:32:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-09 08:32:01 +0000 |
commit | 45b491bc795ea8c7eb9441de838954a8b672b755 (patch) | |
tree | 39fac1e516695cf8c25135c6e493ea2008597bc7 | |
parent | 7253251e676c54197fe639017b73b1166615b909 (diff) | |
download | pkgsrc-45b491bc795ea8c7eb9441de838954a8b672b755.tar.gz |
py-sure: follow redirect
-rw-r--r-- | devel/py-sure/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-sure/Makefile b/devel/py-sure/Makefile index 3760cee5d15..e37fab8de59 100644 --- a/devel/py-sure/Makefile +++ b/devel/py-sure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 21:17:18 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/09 08:32:01 wiz Exp $ DISTNAME= sure-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sure/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/gabrielfalcao/sure +HOMEPAGE= https://github.com/gabrielfalcao/sure COMMENT= Python testing tool LICENSE= gnu-gpl-v3 |