Commit 7d913af5 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.plotly: add sarahec as maintainer

parent 10634a32
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}