pythonPackages.mysql-connector: Add turion and neosimsim to maintainers

This commit is contained in:
Alexander Ben Nasrallah 2021-07-20 10:34:53 +02:00
parent 163b5b5d0b
commit c584d0c421
2 changed files with 7 additions and 1 deletions

View File

@ -7457,6 +7457,12 @@
githubId = 2590830;
name = "Sage Raflik";
};
neosimsim = {
email = "me@abn.sh";
github = "neosimsim";
githubId = 1771772;
name = "Alexander Ben Nasrallah";
};
nequissimus = {
email = "tim@nequissimus.com";
github = "nequissimus";

View File

@ -31,6 +31,6 @@ in buildPythonPackage rec {
homepage = "https://github.com/mysql/mysql-connector-python";
changelog = "https://raw.githubusercontent.com/mysql/mysql-connector-python/${version}/CHANGES.txt";
license = [ lib.licenses.gpl2Only ];
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ neosimsim turion ];
};
}