diff options
author | kim <kim@pkgsrc.org> | 2020-01-07 13:49:16 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2020-01-07 13:49:16 +0000 |
commit | 8e45899fda7c9d9dfce3c50a1d0c5464749fc7f7 (patch) | |
tree | 25142e7788e3f14515b0d4384b74e78930a8e22b /www | |
parent | 0cfc3ddfdbf7bdc681d1a96571fb5b85122c4b83 (diff) | |
download | pkgsrc-8e45899fda7c9d9dfce3c50a1d0c5464749fc7f7.tar.gz |
Follow redirect for HOMEPAGE
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index b05269edf1d..1117f7b3fa5 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2020/01/07 13:47:41 kim Exp $ +# $NetBSD: Makefile,v 1.74 2020/01/07 13:49:16 kim Exp $ DISTNAME= Apache-Gallery-1.0.2-withoutworldwriteables PKGNAME= ${DISTNAME:C/-without.*//} @@ -7,7 +7,7 @@ CATEGORIES= graphics www MASTER_SITES= https://cpan.metacpan.org/authors/id/L/LE/LEGART/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://apachegallery.dk/ +HOMEPAGE= https://metacpan.org/pod/Apache::Gallery COMMENT= Perl5/Apache module for handling image directories LICENSE= artistic |