kmod-debian-aliases: add license

+4 -3
+4 -3
pkgs/os-specific/linux/kmod-debian-aliases/default.nix
··· 14 14 cp aliases.conf $out 15 15 ''; 16 16 17 - meta = { 17 + meta = with lib; { 18 18 homepage = "https://packages.debian.org/source/sid/kmod"; 19 19 description = "Linux configuration file for modprobe"; 20 - maintainers = with lib.maintainers; [ mathnerd314 ]; 21 - platforms = with lib.platforms; linux; 20 + maintainers = with maintainers; [ mathnerd314 ]; 21 + platforms = with platforms; linux; 22 + license = with licenses; [ gpl2Plus lgpl21Plus ]; 22 23 }; 23 24 }