commit
8c3e66e28a
@ -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;
|
||||||
|
@ -25,4 +25,5 @@ mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
description = "Functional sed for JSON";
|
description = "Functional sed for JSON";
|
||||||
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
||||||
|
homepage = https://github.com/chrisdone/jl;
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://jump.gnu.sinusoid.es/";
|
homepage = https://jump.gnu.sinusoid.es/index.php?title=Main_Page;
|
||||||
description = "A clone of the simple yet addictive game Xjump";
|
description = "A clone of the simple yet addictive game Xjump";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The goal in this game is to jump to the next floor trying not to fall
|
The goal in this game is to jump to the next floor trying not to fall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user