kmod: proper license entry

This commit is contained in:
Abdelhakim Qbaich 2021-08-27 17:23:55 -07:00
parent 7179ce3717
commit 605ccef432

View file

@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
homepage = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/";
downloadPage = "https://www.kernel.org/pub/linux/utils/kernel/kmod/";
changelog = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/plain/NEWS?h=v${version}";
license = licenses.lgpl21;
license = with licenses; [ lgpl21Plus gpl2Plus ]; # GPLv2+ for tools
platforms = platforms.unix;
};
}