kmod-blacklist: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:10:46 +02:00
parent b2cfe47647
commit 077cd7210b
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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 ];
};
}