diff options
author | nia <nia@pkgsrc.org> | 2019-07-03 07:19:03 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-03 07:19:03 +0000 |
commit | 89243e3856b7b33a75e1a90155c877cdf2a30367 (patch) | |
tree | 9766d8505bd0b93c64820afba506fb04a54359f5 /misc | |
parent | a0aed3aa004b996bc7ba97229623c9c15b40de50 (diff) | |
download | pkgsrc-89243e3856b7b33a75e1a90155c877cdf2a30367.tar.gz |
Use https for github.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ocaml-opaline/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-patch_finder/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/ocaml-opaline/Makefile b/misc/ocaml-opaline/Makefile index cf9bbb02160..de718314766 100644 --- a/misc/ocaml-opaline/Makefile +++ b/misc/ocaml-opaline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/03/06 10:38:22 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2019/07/03 07:19:04 nia Exp $ GITHUB_PROJECT= opaline GITHUB_TAG= v${PKGVERSION_NOREV} @@ -8,7 +8,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=jaapb/} MAINTAINER= jaapb@NetBSD.org -HOMEPAGE= http://github.com/jaapb/opaline +HOMEPAGE= https://github.com/jaapb/opaline COMMENT= Lightweight OCaml/opam installer LICENSE= mit diff --git a/misc/ruby-patch_finder/Makefile b/misc/ruby-patch_finder/Makefile index 232a28115a5..3dc57d66481 100644 --- a/misc/ruby-patch_finder/Makefile +++ b/misc/ruby-patch_finder/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2018/04/04 15:26:14 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/07/03 07:19:04 nia Exp $ DISTNAME= patch_finder-1.0.2 CATEGORIES= misc MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://github.com/wchen-r7/patch-finder +HOMEPAGE= https://github.com/wchen-r7/patch-finder COMMENT= Toolkit to find software patches LICENSE= modified-bsd |