about summary refs log tree commit diff
path: root/pkgs/tools/system/proot
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-01 15:24:30 +0200
committermakefu <github@syntax-fehler.de>2017-10-01 15:24:30 +0200
commitab8e5f66aada83d02723e71c2b98ac0264d7fd09 (patch)
treef017e2fdaca6f448e93fddbc28ad0a0792193ae5 /pkgs/tools/system/proot
parent05d2603173d428196b0f75703f5f1ee61e31c0ad (diff)
downloadnixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar.gz
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar.bz2
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar.lz
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar.xz
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.tar.zst
nixlib-ab8e5f66aada83d02723e71c2b98ac0264d7fd09.zip
proot: add makefu as maintainer
Diffstat (limited to 'pkgs/tools/system/proot')
-rw-r--r--pkgs/tools/system/proot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix
index 08d5f7665aab..640750b4f2d3 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
     description = "User-space implementation of chroot, mount --bind and binfmt_misc";
     platforms = platforms.linux;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ianwookim nckx ];
+    maintainers = with maintainers; [ ianwookim nckx makefu ];
   };
 }