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

This commit is contained in:
Christine Koppelt
2019-10-06 00:59:26 -04:00
committed by Dmitry Kalinkin
parent a1febca9fc
commit ee06d27cf2
5 changed files with 9 additions and 1 deletions
+2
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";
};
}