about summary refs log tree commit diff
path: root/pkgs/applications/networking/drive
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/applications/networking/drive
parent94e939985b7730fd74b1c2e03292661734b490f0 (diff)
treewide: remove maintainer (#256811)
Diffstat (limited to 'pkgs/applications/networking/drive')
-rw-r--r--pkgs/applications/networking/drive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/drive/default.nix b/pkgs/applications/networking/drive/default.nix
index b90be9e2a55d5..4c7b5727fbac9 100644
--- a/pkgs/applications/networking/drive/default.nix
+++ b/pkgs/applications/networking/drive/default.nix
@@ -29,6 +29,6 @@ buildGoModule rec {
     homepage = "https://github.com/odeke-em/drive";
     description = "Google Drive client for the commandline";
     license = licenses.asl20;
-    maintainers = with maintainers; [ aaronjheng ];
+    maintainers = with maintainers; [ ];
   };
 }