treewide: add some missing meta: descriptions and homepages (#70497)

This commit is contained in:
Christine Koppelt 2019-10-06 06:59:27 +02:00 committed by Dmitry Kalinkin
parent a1febca9fc
commit ee06d27cf2
5 changed files with 9 additions and 1 deletions

View file

@ -53,7 +53,8 @@ in buildGoPackage rec {
outputs = [ "bin" "out" "ruby" ];
meta = with stdenv.lib; {
homepage = http://www.gitlab.com/;
homepage = https://gitlab.com/gitlab-org/gitaly;
description = "A Git RPC service for handling all the git calls made by GitLab";
platforms = platforms.unix;
maintainers = with maintainers; [ roblabla globin fpletz ];
license = licenses.mit;

View file

@ -17,5 +17,7 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
homepage = http://frodo.looijaard.name/project/getopt;
description = "Parses command-line arguments from shell scripts";
};
}

View file

@ -32,5 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
license = licenses.gpl2;
platforms = platforms.unix;
homepage = http://www.eggheads.org;
description = "An Internet Relay Chat (IRC) bot";
};
}

View file

@ -14,5 +14,7 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
homepage = https://redmine.lighttpd.net/projects/weighttp/wiki;
description = "A lightweight and simple webserver benchmarking tool";
};
}

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/which/;
description = "Shows the full path of (shell) commands";
platforms = platforms.all;
license = licenses.gpl3;
};