fnlfmt: remove gpanders from maintainers

This commit is contained in:
Gregory Anders
2022-07-07 07:20:05 -06:00
committed by GitHub
parent 1b47a92ce4
commit 2dc170210f
+1 -1
View File
@@ -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 ];
};
}