mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (define-public python-pydot
|
||||||
("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
|
||||||
|
|
Loading…
Reference in a new issue