summary refs log tree commit diff
path: root/pkgs/tools/filesystems/go-mtpfs
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-23 20:35:29 +0800
committerGitHub <noreply@github.com>2023-09-23 14:35:29 +0200
commit87cb7625b8fe36edcfafb59110752a1ec81a486a (patch)
tree1f775c653871a1a07d6bb1cfdfd9a891abf7ae12 /pkgs/tools/filesystems/go-mtpfs
parent94e939985b7730fd74b1c2e03292661734b490f0 (diff)
treewide: remove maintainer (#256811)
Diffstat (limited to 'pkgs/tools/filesystems/go-mtpfs')
-rw-r--r--pkgs/tools/filesystems/go-mtpfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/go-mtpfs/default.nix b/pkgs/tools/filesystems/go-mtpfs/default.nix
index 115928e4979ca..f82e5b7c362a7 100644
--- a/pkgs/tools/filesystems/go-mtpfs/default.nix
+++ b/pkgs/tools/filesystems/go-mtpfs/default.nix
@@ -28,7 +28,7 @@ buildGoModule rec {
     description = "A simple FUSE filesystem for mounting Android devices as a MTP device";
     homepage = "https://github.com/hanwen/go-mtpfs";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ aaronjheng ];
+    maintainers = with maintainers; [ ];
     broken = stdenv.isDarwin;
   };
 }