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

Fix some dead links
This commit is contained in:
Jörg Thalheim 2019-01-15 19:47:36 +00:00 committed by GitHub
commit 8c3e66e28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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;
} }

View File

@ -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