about summary refs log tree commit diff
path: root/pkgs/tools/system/proot
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-01-22 12:16:47 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-01-22 12:16:47 -0500
commit93a62e93947c813e4bfc1ebc373e515e0a6c05fd (patch)
tree28ddff9f76abc63fc3ab630e1b882367c73d7ce1 /pkgs/tools/system/proot
parent096ea6d24f067c98e460264bbb450f756896b26a (diff)
proot: change github owner to 'proot-me', add veprbl to maintainers
Diffstat (limited to 'pkgs/tools/system/proot')
-rw-r--r--pkgs/tools/system/proot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix
index 5cea514c606f0..1d72429323d8f 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -8,7 +8,7 @@
   src = fetchFromGitHub {
     inherit rev sha256;
     repo = "proot";
-    owner = "cedric-vincent";
+    owner = "proot-me";
   };
 
   buildInputs = [ talloc ];
@@ -35,7 +35,7 @@
     description = "User-space implementation of chroot, mount --bind and binfmt_misc";
     platforms = platforms.linux;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ianwookim makefu ];
+    maintainers = with maintainers; [ ianwookim makefu veprbl ];
   };
 })
 (if stdenv.isAarch64 then rec {