about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorPaul Hendry <paul@ijj.li>2021-03-28 20:10:48 -0400
committerPeter Hoeg <peter@hoeg.com>2021-03-29 16:51:18 +0800
commit04a07faa2e6c7a3264190dc289a513f2e473b1a4 (patch)
tree566da42bd1bbe9191372227e890e547835e1567d /pkgs/applications/networking/syncthing
parent1d177b4536e4cbf7e135e268f0282b359ffaaa22 (diff)
syncthing: remove pshendry from maintainers
Diffstat (limited to 'pkgs/applications/networking/syncthing')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index 97ce75dfc9ce2..6d4b3fe34c422 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -47,7 +47,7 @@ let
         description = "Open Source Continuous File Synchronization";
         changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}";
         license = licenses.mpl20;
-        maintainers = with maintainers; [ pshendry joko peterhoeg andrew-d ];
+        maintainers = with maintainers; [ joko peterhoeg andrew-d ];
         platforms = platforms.unix;
       };
     };