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; { meta = with stdenv.lib; {
description = "An embeddable Javascript engine, with a focus on portability and compact footprint"; description = "An embeddable Javascript engine, with a focus on portability and compact footprint";
homepage = "http://duktape.org/"; homepage = https://duktape.org/;
downloadPage = "http://duktape.org/download.html"; downloadPage = https://duktape.org/download.html;
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.fgaz ]; maintainers = [ maintainers.fgaz ];
platforms = platforms.linux; platforms = platforms.linux;