duktape: update meta urls

This commit is contained in:
Francesco Gazzetta 2019-01-15 17:18:14 +01:00
parent 6305f70dad
commit 81e8923186

View file

@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An embeddable Javascript engine, with a focus on portability and compact footprint";
homepage = "http://duktape.org/";
downloadPage = "http://duktape.org/download.html";
homepage = https://duktape.org/;
downloadPage = https://duktape.org/download.html;
license = licenses.mit;
maintainers = [ maintainers.fgaz ];
platforms = platforms.linux;