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

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