kmod-debian-aliases: add license
This commit is contained in:
parent
077cd7210b
commit
2862ba321a
@ -14,10 +14,11 @@ stdenv.mkDerivation rec {
|
|||||||
cp aliases.conf $out
|
cp aliases.conf $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://packages.debian.org/source/sid/kmod";
|
homepage = "https://packages.debian.org/source/sid/kmod";
|
||||||
description = "Linux configuration file for modprobe";
|
description = "Linux configuration file for modprobe";
|
||||||
maintainers = with lib.maintainers; [ mathnerd314 ];
|
maintainers = with maintainers; [ mathnerd314 ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user