summary refs log tree commit diff
path: root/pkgs/development/mobile
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-07-07 12:52:12 +0200
committerProfpatsch <mail@profpatsch.de>2023-07-07 12:53:42 +0200
commitc97ad2763a42263966f9dd939bd06e22f13ed457 (patch)
tree3730745261dbb5e2cb1fc169cb7800dfee7b18ac /pkgs/development/mobile
parent2b36da76cf33b504d9c4ffe5c7dfe537077276af (diff)
downloadnixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar.gz
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar.bz2
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar.lz
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar.xz
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.tar.zst
nixpkgs-c97ad2763a42263966f9dd939bd06e22f13ed457.zip
rm Profpatsch from stuff without interest/capacity of maintaining
For tree-sitter I’m still interested, but don’t want to be first in
the list :)
Diffstat (limited to 'pkgs/development/mobile')
-rw-r--r--pkgs/development/mobile/adbfs-rootless/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/adbfs-rootless/default.nix b/pkgs/development/mobile/adbfs-rootless/default.nix
index cba73e23fd9..674988dccb1 100644
--- a/pkgs/development/mobile/adbfs-rootless/default.nix
+++ b/pkgs/development/mobile/adbfs-rootless/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     description = "Mount Android phones on Linux with adb, no root required";
     inherit (src.meta) homepage;
     license = licenses.bsd3;
-    maintainers = with maintainers; [ Profpatsch aleksana ];
+    maintainers = with maintainers; [ aleksana ];
     platforms = platforms.unix;
   };
 }