python310Packages.shap: add natsukium as maintainer

This commit is contained in:
natsukium 2023-07-18 11:07:10 +09:00
parent 54b42700a5
commit 43036c0dd0
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -143,6 +143,6 @@ buildPythonPackage rec {
homepage = "https://github.com/slundberg/shap";
changelog = "https://github.com/slundberg/shap/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ evax ];
maintainers = with maintainers; [ evax natsukium ];
};
}