Merge pull request #53992 from fgaz/dead-links/1

Fix some dead links
This commit is contained in:
Jörg Thalheim
2019-01-15 19:47:36 +00:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

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;