From 2dc170210f3e56e2a73a1ee426b879a8b89030bb Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Thu, 7 Jul 2022 07:20:05 -0600 Subject: [PATCH] fnlfmt: remove gpanders from maintainers --- pkgs/development/tools/fnlfmt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/fnlfmt/default.nix b/pkgs/development/tools/fnlfmt/default.nix index 86ca6b843d24..aa34d0236524 100644 --- a/pkgs/development/tools/fnlfmt/default.nix +++ b/pkgs/development/tools/fnlfmt/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://git.sr.ht/~technomancy/fnlfmt"; license = licenses.lgpl3Plus; platforms = lua.meta.platforms; - maintainers = with maintainers; [ gpanders chiroptical ]; + maintainers = with maintainers; [ chiroptical ]; }; }