openscad-lsp: add curious to maintainers

This commit is contained in:
Curious
2025-08-01 02:53:22 +08:00
parent c511a55bda
commit 076eb54a3d
+4 -1
View File
@@ -34,6 +34,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/Leathong/openscad-LSP";
changelog = "https://github.com/Leathong/openscad-LSP/releases/tag/${finalAttrs.src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ c-h-johnson ];
maintainers = with maintainers; [
c-h-johnson
curious
];
};
})