maintainers: Add vinetos

This commit is contained in:
Valentin Chassignol
2023-07-26 14:18:13 +02:00
parent dde249ab92
commit a04b5cf56e
2 changed files with 7 additions and 1 deletions
+6
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";
@@ -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 ];
};
}