pythonPackages.pydotplus: Update homepage, add license and maintainers.
This commit is contained in:
parent
0b88cba564
commit
cb1e6fe992
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user