syncthing: remove pshendry from maintainers

This commit is contained in:
Paul Hendry 2021-03-28 20:10:48 -04:00 committed by Peter Hoeg
parent 1d177b4536
commit 04a07faa2e

View file

@ -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;
};
};