mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:47:44 +00:00
python310Packages.optuna: add natsukium as maintainer
This commit is contained in:
parent
3bca3c1ae3
commit
9c57351cd2
@ -135,6 +135,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://optuna.org/";
|
||||
changelog = "https://github.com/optuna/optuna/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ natsukium ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user