Merge pull request #113151 from iblech/patch-pciutils

This commit is contained in:
Sandro
2021-02-17 02:49:05 +01:00
committed by GitHub
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/vcrhonek/hwdata";
description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
};
}