summaryrefslogtreecommitdiff
path: root/lang/duktape
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/duktape
parentf1252cbf3b43318b10a604a1d586ed53ce55206f (diff)
downloadpkgsrc-e0daf04fbd4f23d969fc0cb78245790cb477feef.tar.gz
More http -> https.
Reviewed by hand.
Diffstat (limited to 'lang/duktape')
-rw-r--r--lang/duktape/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/duktape/Makefile b/lang/duktape/Makefile
index 6f416bf40dc..22c64fd6190 100644
--- a/lang/duktape/Makefile
+++ b/lang/duktape/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
CATEGORIES= devel
@@ -6,7 +6,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
LICENSE= mit