forked from mirrors/nixpkgs
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
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://packages.debian.org/source/sid/kmod";
|
||||
description = "Linux configuration file for modprobe";
|
||||
maintainers = with lib.maintainers; [ mathnerd314 ];
|
||||
platforms = with lib.platforms; linux;
|
||||
maintainers = with maintainers; [ mathnerd314 ];
|
||||
platforms = with platforms; linux;
|
||||
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue