kmod-blacklist: add license

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