stylua: add figsoda to maintainers

This commit is contained in:
figsoda
2026-02-10 16:28:34 -05:00
parent 3f50f758dd
commit c344de49a0
+4 -1
View File
@@ -42,7 +42,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/johnnymorganz/stylua";
changelog = "https://github.com/johnnymorganz/stylua/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mpl20;
maintainers = [ lib.maintainers.LunNova ];
maintainers = with lib.maintainers; [
LunNova
figsoda
];
mainProgram = "stylua";
};
})