python310Packages.optuna: add natsukium as maintainer

This commit is contained in:
natsukium 2023-09-13 12:26:13 +09:00
parent 3bca3c1ae3
commit 9c57351cd2
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

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