tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kmod-debian-aliases: add license
Markus Kowalewski
5 years ago
2862ba32
077cd721
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kmod-debian-aliases
default.nix
+4
-3
pkgs/os-specific/linux/kmod-debian-aliases/default.nix
···
14
14
cp aliases.conf $out
15
15
'';
16
16
17
17
-
meta = {
17
17
+
meta = with lib; {
18
18
homepage = "https://packages.debian.org/source/sid/kmod";
19
19
description = "Linux configuration file for modprobe";
20
20
-
maintainers = with lib.maintainers; [ mathnerd314 ];
21
21
-
platforms = with lib.platforms; linux;
20
20
+
maintainers = with maintainers; [ mathnerd314 ];
21
21
+
platforms = with platforms; linux;
22
22
+
license = with licenses; [ gpl2Plus lgpl21Plus ];
22
23
};
23
24
}