From 04a07faa2e6c7a3264190dc289a513f2e473b1a4 Mon Sep 17 00:00:00 2001 From: Paul Hendry Date: Sun, 28 Mar 2021 20:10:48 -0400 Subject: [PATCH] syncthing: remove pshendry from maintainers --- pkgs/applications/networking/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index 97ce75dfc9c..6d4b3fe34c4 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; }; };