diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-23 09:47:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-23 15:43:36 +0200 |
commit | f8be1474112bd94e195f75b38b550f7a165e5140 (patch) | |
tree | d4a464ca2912fadb2963302aba8e02f3bf8e9de7 | |
parent | b1aac582caee711020c078217c58b15aeeef550e (diff) |
gnu: python-pydot: Update home-page URI.
* gnu/packages/graphviz.scm (python-pydot)[home-page]: Update to new
home-page URI.
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 86f20bf23f..b5c4774d5c 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -352,7 +352,7 @@ can be used either as a standalone application, or as a Python library.") ("python-chardet" ,python-chardet))) (propagated-inputs `(("python-pyparsing" ,python-pyparsing))) - (home-page "https://github.com/erocarrera/pydot") + (home-page "https://github.com/pydot/pydot") (synopsis "Python interface to Graphviz's DOT language") (description "Pydot provides an interface to create, handle, modify and process |