diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-23 13:42:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-23 13:42:17 +0000 |
commit | 748b27ac94ea7cd059e86fa5b049d558998310fd (patch) | |
tree | 5826b79f0e7abcf29f6b624ca92b83e18be92ed5 /graphics/py-strich | |
parent | 110415db0f53b02f481b903711c1cff4d73672d5 (diff) | |
download | pkgsrc-748b27ac94ea7cd059e86fa5b049d558998310fd.tar.gz |
py-strich: follow redirect
Diffstat (limited to 'graphics/py-strich')
-rw-r--r-- | graphics/py-strich/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-strich/Makefile b/graphics/py-strich/Makefile index 10c8d2f1b4a..eee960643b3 100644 --- a/graphics/py-strich/Makefile +++ b/graphics/py-strich/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/10/23 13:38:41 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/23 13:42:17 wiz Exp $ DISTNAME= pyStrich-0.8 PKGNAME= ${PYPKGPREFIX}-strich-0.8 @@ -6,7 +6,7 @@ CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyStrich/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://method-b.uk/pystrich/ +HOMEPAGE= https://github.com/mmulqueen/pyStrich COMMENT= 1D and 2D barcode generator LICENSE= 2-clause-bsd AND apache-2.0 |