···1313 meta = with stdenv.lib; {
1414 homepage = http://www.nongnu.org/dmidecode/;
1515 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
1616+ license = licenses.gpl2Plus;
1617 platforms = platforms.linux;
1718 };
1819}