···2324 meta = with stdenv.lib; {
25 description = "An embeddable Javascript engine, with a focus on portability and compact footprint";
26- homepage = "http://duktape.org/";
27- downloadPage = "http://duktape.org/download.html";
28 license = licenses.mit;
29 maintainers = [ maintainers.fgaz ];
30 platforms = platforms.linux;
···2324 meta = with stdenv.lib; {
25 description = "An embeddable Javascript engine, with a focus on portability and compact footprint";
26+ homepage = https://duktape.org/;
27+ downloadPage = https://duktape.org/download.html;
28 license = licenses.mit;
29 maintainers = [ maintainers.fgaz ];
30 platforms = platforms.linux;
+1
pkgs/development/tools/jl/default.nix
···25 license = stdenv.lib.licenses.bsd3;
26 description = "Functional sed for JSON";
27 maintainers = with stdenv.lib.maintainers; [ fgaz ];
028}
···25 license = stdenv.lib.licenses.bsd3;
26 description = "Functional sed for JSON";
27 maintainers = with stdenv.lib.maintainers; [ fgaz ];
28+ homepage = https://github.com/chrisdone/jl;
29}
+1-1
pkgs/games/gnujump/default.nix
···14 ];
1516 meta = with stdenv.lib; {
17- homepage = "https://jump.gnu.sinusoid.es/";
18 description = "A clone of the simple yet addictive game Xjump";
19 longDescription = ''
20 The goal in this game is to jump to the next floor trying not to fall
···14 ];
1516 meta = with stdenv.lib; {
17+ homepage = https://jump.gnu.sinusoid.es/index.php?title=Main_Page;
18 description = "A clone of the simple yet addictive game Xjump";
19 longDescription = ''
20 The goal in this game is to jump to the next floor trying not to fall