forked from mirrors/nixpkgs
kmod-blacklist: add license
This commit is contained in:
parent
b2cfe47647
commit
077cd7210b
|
@ -34,5 +34,6 @@ in stdenv.mkDerivation {
|
|||
homepage = "https://packages.ubuntu.com/source/zesty/kmod";
|
||||
description = "Linux kernel module blacklists from Ubuntu";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue