yaml-lang-server: add nick-linux to maintainers

This commit is contained in:
nick-linux8
2026-06-09 21:27:01 -04:00
parent 1210527940
commit c670843064
@@ -24,6 +24,8 @@ buildNpmPackage (finalAttrs: {
homepage = "https://github.com/redhat-developer/yaml-language-server";
license = lib.licenses.mit;
mainProgram = "yaml-language-server";
maintainers = [ ];
maintainers = with lib.maintainers; [
nick-linux
];
};
})