kmod-blacklist: add license

+1
+1
pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix
··· 34 34 homepage = "https://packages.ubuntu.com/source/zesty/kmod"; 35 35 description = "Linux kernel module blacklists from Ubuntu"; 36 36 platforms = platforms.linux; 37 + license = with licenses; [ gpl2Plus lgpl21Plus ]; 37 38 }; 38 39 }