about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-27 00:21:04 -0500
committerGitHub <noreply@github.com>2022-12-27 00:21:04 -0500
commite6b0c03ff4dab85a1e2036937672c53fbb8295ab (patch)
treeaa70f17a6b75d911d5f6c98af1428c99ca6bd5ba /pkgs
parent8bb14f1fed95b1a9467a7e6e5a00d24682bf4803 (diff)
parent6cd7a38207fa2e4f227e0c537d61f895993a2735 (diff)
Merge pull request #207857 from benley/insync-maintainers
insync: remove benley from maintainers
Diffstat (limited to 'pkgs')
-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 = ''