Commit db4da326 authored by 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕's avatar 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
Browse files

vega-cli: added maintainer

parent 095b50d0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
})