kmod: proper license entry
This commit is contained in:
parent
7179ce3717
commit
605ccef432
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue