gnu: python-pydot: Update home-page URI.
* gnu/packages/graphviz.scm (python-pydot)[home-page]: Update to new home-page URI.
This commit is contained in:
parent
b1aac582ca
commit
f8be147411
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ can be used either as a standalone application, or as a Python library.")
|
||||||
("python-chardet" ,python-chardet)))
|
("python-chardet" ,python-chardet)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pyparsing" ,python-pyparsing)))
|
`(("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")
|
(synopsis "Python interface to Graphviz's DOT language")
|
||||||
(description
|
(description
|
||||||
"Pydot provides an interface to create, handle, modify and process
|
"Pydot provides an interface to create, handle, modify and process
|
||||||
|
|
Reference in a new issue