pythonPackages.pydotplus: Update homepage, add license and maintainers.

This commit is contained in:
Ashley Gillman 2018-01-16 19:31:37 +10:00 committed by Frederik Rietdijk
parent 0b88cba564
commit cb1e6fe992

View file

@ -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 Graphvizs Dot language";
license = licenses.mit;
maintainers = with maintainers; [ ashgillman ];
};
}