mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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";
|
homepage = "https://packages.ubuntu.com/source/zesty/kmod";
|
||||||
description = "Linux kernel module blacklists from Ubuntu";
|
description = "Linux kernel module blacklists from Ubuntu";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user