Skip to content

Commit

Permalink
Merge pull request NixOS#53992 from fgaz/dead-links/1
Browse files Browse the repository at this point in the history
Fix some dead links
  • Loading branch information
Mic92 authored Jan 15, 2019
2 parents 619c308 + ba275b9 commit 8c3e66e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/duktape/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/tools/jl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion pkgs/games/gnujump/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c3e66e

Please sign in to comment.