summaryrefslogtreecommitdiff
path: root/lang/libduktape
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-24 10:59:40 +0000
committernia <nia@pkgsrc.org>2019-06-24 10:59:40 +0000
commite0daf04fbd4f23d969fc0cb78245790cb477feef (patch)
tree3306cb97c632f1ff0a108e2767da70dfbc3624bc /lang/libduktape
parentf1252cbf3b43318b10a604a1d586ed53ce55206f (diff)
downloadpkgsrc-e0daf04fbd4f23d969fc0cb78245790cb477feef.tar.gz
More http -> https.
Reviewed by hand.
Diffstat (limited to 'lang/libduktape')
-rw-r--r--lang/libduktape/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libduktape/Makefile b/lang/libduktape/Makefile
index 8c13af46874..e955f181158 100644
--- a/lang/libduktape/Makefile
+++ b/lang/libduktape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/03/20 18:29:20 agc Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/24 10:59:42 nia Exp $
DISTNAME= duktape-2.3.0
PKGNAME= lib${DISTNAME}
@@ -7,7 +7,7 @@ MASTER_SITES= http://duktape.org/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://duktape.org/
+HOMEPAGE= https://duktape.org/
COMMENT= Embeddable Javascript engine library
LICENSE= mit