From cb1e6fe9920f32b6fb99ac7d0fc467039207af75 Mon Sep 17 00:00:00 2001 From: Ashley Gillman Date: Tue, 16 Jan 2018 19:31:37 +1000 Subject: [PATCH] pythonPackages.pydotplus: Update homepage, add license and maintainers. --- pkgs/development/python-modules/pydotplus/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ]; }; }