diff options
author | nia <nia@pkgsrc.org> | 2019-06-22 11:37:13 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-22 11:37:13 +0000 |
commit | 2539144ee6fbc46bb35401b203a32b7d289225eb (patch) | |
tree | 293fe93926e7b5c95a7329ef44cdcab5d1a8e2b0 /devel/cproto | |
parent | 1cd99195c6178885a42f08458c9921e6ca5f4fe0 (diff) | |
download | pkgsrc-2539144ee6fbc46bb35401b203a32b7d289225eb.tar.gz |
Use https for all invisible-island.net HOMEPAGEs.
Diffstat (limited to 'devel/cproto')
-rw-r--r-- | devel/cproto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index f94a438c3a1..a6aa9f3a404 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/02/15 19:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/06/22 11:37:13 nia Exp $ DISTNAME= cproto-4.7o CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= ftp://ftp.invisible-island.net/cproto/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://invisible-island.net/cproto/ +HOMEPAGE= https://invisible-island.net/cproto/ COMMENT= Generates function prototypes from C source LICENSE= public-domain |