dmidecode: add license

This commit is contained in:
Markus Kowalewski 2018-08-23 17:43:02 +02:00
parent a141b3aad8
commit 80dd1456d0
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.nongnu.org/dmidecode/;
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}