maintainers: Add vinetos

This commit is contained in:
Valentin Chassignol 2023-06-16 13:45:44 +02:00
parent dde249ab92
commit a04b5cf56e
No known key found for this signature in database
GPG Key ID: D40082CCAF4E61A4
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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 ];
};
}