diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
commit | d204347f9f6a55a39b90ef8d24fc21a52fecfb92 (patch) | |
tree | b0aa8154e3882fbebd45b490e8f7703bedd4ff09 /www/librest07 | |
parent | 41d5e4e5a32be4a513695b5f41c586bcdb637c25 (diff) | |
download | pkgsrc-d204347f9f6a55a39b90ef8d24fc21a52fecfb92.tar.gz |
Follow some http redirects.
Diffstat (limited to 'www/librest07')
-rw-r--r-- | www/librest07/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile index bb282d73135..c3d711c3f34 100644 --- a/www/librest07/Makefile +++ b/www/librest07/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/04/22 21:03:18 adam Exp $ +# $NetBSD: Makefile,v 1.23 2017/08/16 20:21:16 wiz Exp $ DISTNAME= rest-0.7.93 PKGNAME= ${DISTNAME:S/rest/librest07/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rest/0.7/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://wiki.gnome.org/Projects/Librest +HOMEPAGE= https://wiki.gnome.org/Projects/Librest COMMENT= Library for "RESTful" web services LICENSE= gnu-lgpl-v2.1 |