mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
duktape: update meta urls
This commit is contained in:
parent
6305f70dad
commit
81e8923186
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user