python310Packages.streamlit: add natsukium as maintainer

This commit is contained in:
natsukium 2023-07-10 12:52:25 +09:00
parent 3cb0c7d55e
commit 7d573d6a90
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -82,7 +82,7 @@ buildPythonPackage rec {
homepage = "https://streamlit.io/";
changelog = "https://github.com/streamlit/streamlit/releases/tag/${version}";
description = "The fastest way to build custom ML tools";
maintainers = with maintainers; [ yrashk ];
maintainers = with maintainers; [ natsukium yrashk ];
license = licenses.asl20;
};
}