forked from mirrors/nixpkgs
treewide: add some missing meta: descriptions and homepages (#70497)
This commit is contained in:
parent
a1febca9fc
commit
ee06d27cf2
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue