We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c1ce8 commit 6c98676Copy full SHA for 6c98676
pkgs/development/python-modules/plotly/default.nix
@@ -43,6 +43,6 @@ buildPythonPackage rec {
43
downloadPage = "https://github.com/plotly/plotly.py";
44
homepage = "https://plot.ly/python/";
45
license = with licenses; [ mit ];
46
- maintainers = [ ];
+ maintainers = with maintainers; [ pandapip1 ];
47
};
48
}
0 commit comments