python3Packages.plotly: add sarahec as maintainer

This commit is contained in:
Sarah Clark
2025-07-11 15:29:05 -07:00
parent 10634a32d7
commit 7d913af5ab
@@ -142,6 +142,9 @@ buildPythonPackage rec {
downloadPage = "https://github.com/plotly/plotly.py";
changelog = "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pandapip1 ];
maintainers = with lib.maintainers; [
pandapip1
sarahec
];
};
}