mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: graphviz: Add release-monitoring-url.
* gnu/packages/graphviz.scm (graphviz)[properties]: New field.
This commit is contained in:
parent
bea916aea7
commit
91d8e1c5cd
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ (define-public graphviz
|
|||
networks. It has important applications in networking, bioinformatics,
|
||||
software engineering, database and web design, machine learning, and in visual
|
||||
interfaces for other technical domains.")
|
||||
(properties
|
||||
'((release-monitoring-url . "https://graphviz.org/download/source/")))
|
||||
(license license:epl1.0)))
|
||||
|
||||
;; Older Graphviz needed for pygraphviz. See
|
||||
|
|
Loading…
Reference in a new issue