mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
kmod: add myself(artturin) as a maintainer
This commit is contained in:
parent
453968c01a
commit
86ae2154c2
@ -52,5 +52,6 @@ in stdenv.mkDerivation rec {
|
||||
changelog = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/plain/NEWS?h=v${version}";
|
||||
license = with licenses; [ lgpl21Plus gpl2Plus ]; # GPLv2+ for tools
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user