linuxPackages.it87: clarify license

c93d61adad/it87.c (L57)
This commit is contained in:
Alyssa Ross 2022-05-23 14:31:15 +00:00
parent 3df920c674
commit b2e67a3477

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Patched module for IT87xx superio chip sensors support";
homepage = "https://github.com/hannesha/it87";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ yorickvp ];
};