Unverified Commit a04b5cf5 authored by Valentin Chassignol's avatar Valentin Chassignol
Browse files

maintainers: Add vinetos

parent dde249ab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16971,6 +16971,12 @@
      fingerprint = "AEF2 3487 66F3 71C6 89A7  3600 95A4 2FE8 3535 25F9";
    }];
  };
  vinetos = {
    name = "vinetos";
    email = "vinetosdev@gmail.com";
    github = "vinetos";
    githubId = 10145351;
  };
  vinnymeller = {
    email = "vinnymeller@proton.me";
    github = "vinnymeller";
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ buildPythonPackage rec {
    homepage = "https://altair-viz.github.io";
    downloadPage = "https://github.com/altair-viz/altair";
    license = licenses.bsd3;
    maintainers = with maintainers; [ teh ];
    maintainers = with maintainers; [ teh vinetos ];
  };
}