diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-30 22:47:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-30 22:47:48 +0000 |
commit | 2c1bbc0eb4d3aa16bcc8673557498a2a6f59a662 (patch) | |
tree | 898dc78d255418675b88c08cf952bc98c0e20497 /misc/gnome-utils/Makefile | |
parent | 84d066e65ffb0b94a252b5cc7e83664f6c390761 (diff) | |
download | pkgsrc-2c1bbc0eb4d3aa16bcc8673557498a2a6f59a662.tar.gz |
Use https for www.gnome.org HOMEPAGEs.
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r-- | misc/gnome-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index fd9db2cb009..b2da2e509bf 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2017/04/22 21:03:43 adam Exp $ +# $NetBSD: Makefile,v 1.159 2017/07/30 22:47:53 wiz Exp $ DISTNAME= gnome-utils-2.32.0 PKGREVISION= 52 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= https://www.gnome.org/ COMMENT= Set of useful GNOME2 utilities and applications USE_LIBTOOL= yes |