Unverified Commit 7d573d6a authored by natsukium's avatar natsukium
Browse files

python310Packages.streamlit: add natsukium as maintainer

parent 3cb0c7d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}