3
0
Fork 0
forked from mirrors/nixpkgs

treewide: more meta changelog urls and mainPrograms (#200062)

* turbovnc: add changelog url

* memray: add changelog url

* ddcutil: add changelog url

* jc: add changelog url

* zed: add changelog url

* lua: use https homepage

* sil: use https url

* the-powder-toy: use https homepage

* tldr: add changelog url

* openjpeg: add changelog url

* scheme48: use https homepage

* bubblewrap: set meta.mainProgram

* zbar: set meta.mainProgram

* qpdf: add changelog url

* nvtop: set meta.mainProgram

* squashfs: add meta.mainProgram
This commit is contained in:
Daniel Nagy 2022-11-09 16:41:13 +01:00 committed by GitHub
parent 16722903aa
commit cfce957d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 19 additions and 7 deletions

View file

@ -146,7 +146,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = "http://www.lua.org";
homepage = "https://www.lua.org";
description = "Powerful, fast, lightweight, embeddable scripting language";
longDescription = ''
Lua combines simple procedural syntax with powerful data

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.9.2";
src = fetchurl {
url = "http://s48.org/${version}/scheme48-${version}.tgz";
url = "https://s48.org/${version}/scheme48-${version}.tgz";
sha256 = "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw";
};
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://s48.org/";
homepage = "https://s48.org/";
description = "Scheme 48 interpreter for R5RS";
platforms = platforms.unix;
license = licenses.bsd3;

View file

@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
changelog = "https://github.com/uclouvain/openjpeg/blob/v${version}/CHANGELOG.md";
};
}

View file

@ -25,10 +25,11 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
homepage = "http://qpdf.sourceforge.net/";
homepage = "https://qpdf.sourceforge.io/";
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
license = licenses.asl20; # as of 7.0.0, people may stay at artistic2
maintainers = with maintainers; [ abbradar ];
platforms = platforms.all;
changelog = "https://github.com/qpdf/qpdf/blob/v${version}/ChangeLog";
};
}

View file

@ -34,5 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kellyjonbrazil/jc";
license = licenses.mit;
maintainers = with maintainers; [ atemu ];
changelog = "https://github.com/kellyjonbrazil/jc/blob/v${version}/CHANGELOG";
};
}

View file

@ -66,5 +66,6 @@ python3.pkgs.buildPythonApplication rec {
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
changelog = "https://github.com/bloomberg/memray/releases/tag/v${version}";
};
}

View file

@ -23,5 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/brimdata/zed";
license = licenses.bsd3;
maintainers = with maintainers; [ dit7ya ];
changelog = "https://github.com/brimdata/zed/blob/v${version}/CHANGELOG.md";
};
}

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
version = "1.3.0";
src = fetchzip {
url = "http://www.amirrorclear.net/flowers/game/sil/Sil-130-src.zip";
url = "https://www.amirrorclear.net/flowers/game/sil/Sil-130-src.zip";
sha256 = "1amp2mr3fxascra0k76sdsvikjh8g76nqh46kka9379zd35lfq8w";
stripRoot = false;
};

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A free 2D physics sandbox game";
homepage = "http://powdertoy.co.uk/";
homepage = "https://powdertoy.co.uk/";
platforms = platforms.unix;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ abbradar siraben ];

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ dotlambda ];
platforms = platforms.linux;
mainProgram = "bwrap";
};
}

View file

@ -137,5 +137,6 @@ stdenv.mkDerivation rec {
description = "High-speed version of VNC derived from TightVNC";
maintainers = with lib.maintainers; [ nh2 ];
platforms = with lib.platforms; linux;
changelog = "https://github.com/TurboVNC/turbovnc/blob/${version}/ChangeLog.md";
};
}

View file

@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ruuda ];
mainProgram = "mksquashfs";
};
}

View file

@ -98,5 +98,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = licenses.lgpl21;
homepage = "https://github.com/mchehab/zbar";
mainProgram = "zbarimg";
};
}

View file

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ rnhmjoj ];
changelog = "https://github.com/rockowitz/ddcutil/blob/v${version}/CHANGELOG.md";
};
}

View file

@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
tldr pages gives common use cases for commands, so you don't need to hunt
through a man page for the correct flags.
'';
homepage = "http://tldr-pages.github.io";
homepage = "https://tldr-pages.github.io";
changelog = "https://github.com/tldr-pages/tldr-c-client/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ taeer carlosdagos ];
platforms = platforms.all;

View file

@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ willibutz gbtb ];
mainProgram = "nvtop";
};
}