Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

Fix some dead links

authored by

Jörg Thalheim and committed by
GitHub
8c3e66e2 619c308c

+4 -3
+2 -2
pkgs/development/interpreters/duktape/default.nix
··· 23 24 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;
··· 23 24 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 ]; 28 }
··· 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 ]; 15 16 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 ]; 15 16 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