pythonPackages.mysql-connector: Add turion and neosimsim to maintainers
This commit is contained in:
parent
163b5b5d0b
commit
c584d0c421
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user