about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-13 23:34:47 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-14 23:34:34 +0100
commit75df6e05c3be5cfeae2231bad77b3d07a083b390 (patch)
treef737b632a0da5b3d42231c83169e83bc721846b2 /pkgs/shells
parentd0323d406a66d28fd0def44bae9d4a3b0c28f2f2 (diff)
downloadnixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar.gz
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar.bz2
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar.lz
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar.xz
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.tar.zst
nixlib-75df6e05c3be5cfeae2231bad77b3d07a083b390.zip
mksh: maintainers += nckx
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/mksh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/mksh/default.nix b/pkgs/shells/mksh/default.nix
index f55a7cd5d846..4e1570a3838c 100644
--- a/pkgs/shells/mksh/default.nix
+++ b/pkgs/shells/mksh/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
     '';
     homepage = "https://www.mirbsd.org/mksh.htm";
     license = licenses.free;
-    maintainers = [ maintainers.AndersonTorres ];
+    maintainers = with maintainers; [ AndersonTorres nckx ];
     platforms = platforms.unix;
   };
 }