about summary refs log tree commit diff
path: root/pkgs/applications/networking/insync
diff options
context:
space:
mode:
authorBenjamin Staffin <bstaffin@singlestore.com>2022-12-26 13:20:45 -0500
committerBenjamin Staffin <bstaffin@singlestore.com>2022-12-26 13:20:45 -0500
commit6cd7a38207fa2e4f227e0c537d61f895993a2735 (patch)
treedb3131201ce32d1ddf18c9cfcb57d62707fa6ee5 /pkgs/applications/networking/insync
parentd72cf7be4825be52c905c816f8d49e1a25bfddc7 (diff)
insync: remove benley from maintainers
Diffstat (limited to 'pkgs/applications/networking/insync')
-rw-r--r--pkgs/applications/networking/insync/default.nix2
-rw-r--r--pkgs/applications/networking/insync/v3.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/insync/default.nix b/pkgs/applications/networking/insync/default.nix
index feeb87ab3fe2a..0c96262fff67a 100644
--- a/pkgs/applications/networking/insync/default.nix
+++ b/pkgs/applications/networking/insync/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     platforms = ["x86_64-linux"];
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;
-    maintainers = [ lib.maintainers.benley ];
+    maintainers = [ ];
     homepage = "https://www.insynchq.com";
     description = "Google Drive sync and backup with multiple account support";
     longDescription = ''
diff --git a/pkgs/applications/networking/insync/v3.nix b/pkgs/applications/networking/insync/v3.nix
index cf68308176fa7..933d2288069a1 100644
--- a/pkgs/applications/networking/insync/v3.nix
+++ b/pkgs/applications/networking/insync/v3.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
     platforms = ["x86_64-linux"];
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [ benley ];
+    maintainers = with maintainers; [ ];
     homepage = "https://www.insynchq.com";
     description = "Google Drive sync and backup with multiple account support";
     longDescription = ''