Merge pull request #180521 from gpanders/patch-1

fnlfmt: remove gpanders from maintainers
This commit is contained in:
Bobby Rong
2022-07-07 22:10:26 +08:00
committed by GitHub
+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 ];
};
}