diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
commit | 0cd241ac49eaa35c45d301a167343af08ae84705 (patch) | |
tree | 51335fe9ca4f7899706b3e64d9434559fe476c34 /devel/libuv | |
parent | 7bb7077500c0f9e98b2416e41d9aa612d997f93f (diff) | |
download | pkgsrc-0cd241ac49eaa35c45d301a167343af08ae84705.tar.gz |
Switch github HOMEPAGEs to https.
Diffstat (limited to 'devel/libuv')
-rw-r--r-- | devel/libuv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index b1da756d7e4..48012a397ab 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2017/07/07 04:09:01 adam Exp $ +# $NetBSD: Makefile,v 1.19 2017/07/30 22:32:15 wiz Exp $ DISTNAME= libuv-1.13.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} MAINTAINER= agc@pkgsrc.org -HOMEPAGE= http://github.com/libuv/libuv/ +HOMEPAGE= https://github.com/libuv/libuv/ COMMENT= Cross-platform asychronous I/O LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd |