mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
commit
8c3e66e28a
@ -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;
|
||||
|
@ -25,4 +25,5 @@ mkDerivation rec {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
description = "Functional sed for JSON";
|
||||
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
||||
homepage = https://github.com/chrisdone/jl;
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
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";
|
||||
longDescription = ''
|
||||
The goal in this game is to jump to the next floor trying not to fall
|
||||
|
Loading…
Reference in New Issue
Block a user