kmod: add myself(artturin) as a maintainer
This commit is contained in:
parent
453968c01a
commit
86ae2154c2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue