diff --git a/pkgs/development/python-modules/pydotplus/default.nix b/pkgs/development/python-modules/pydotplus/default.nix index db924e48998..0640374fa65 100644 --- a/pkgs/development/python-modules/pydotplus/default.nix +++ b/pkgs/development/python-modules/pydotplus/default.nix @@ -20,8 +20,10 @@ buildPythonPackage rec { graphviz ]; - meta = { - homepage = https://code.google.com/p/pydot/; + meta = with stdenv.lib; { + homepage = https://github.com/erocarrera/pydot; description = "An improved version of the old pydot project that provides a Python Interface to Graphviz’s Dot language"; + license = licenses.mit; + maintainers = with maintainers; [ ashgillman ]; }; }