summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kmod
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-12-08 02:56:40 +0200
committerArtturin <Artturin@artturin.com>2021-12-08 02:56:40 +0200
commit86ae2154c2942d00f087c4fc3bee30998822d526 (patch)
tree1baab76abc96cc4ec63f197e7999b4910701867d /pkgs/os-specific/linux/kmod
parent453968c01aac3c426d51027dc20b27c9d92da07f (diff)
downloadnixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar.gz
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar.bz2
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar.lz
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar.xz
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.tar.zst
nixpkgs-86ae2154c2942d00f087c4fc3bee30998822d526.zip
kmod: add myself(artturin) as a maintainer
Diffstat (limited to 'pkgs/os-specific/linux/kmod')
-rw-r--r--pkgs/os-specific/linux/kmod/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kmod/default.nix b/pkgs/os-specific/linux/kmod/default.nix
index d6cfe36cf0f..a1a1906ba9c 100644
--- a/pkgs/os-specific/linux/kmod/default.nix
+++ b/pkgs/os-specific/linux/kmod/default.nix
@@ -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 ];
   };
 }