vega-cli: added maintainer

This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-04-26 12:19:27 -04:00
parent 095b50d045
commit db4da3263f
+4 -1
View File
@@ -72,6 +72,9 @@ buildNpmPackage (finalAttrs: {
description = "Command line tools for the Vega visualization grammar";
homepage = "https://vega.github.io/vega/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = with lib.maintainers; [
pyrox0
philocalyst
];
};
})