Archived
1
0
Fork 0

gnu: graphviz: Add release-monitoring-url.

* gnu/packages/graphviz.scm (graphviz)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-07-28 19:03:58 +02:00
parent bea916aea7
commit 91d8e1c5cd
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -128,6 +128,8 @@ way of representing structural information as diagrams of abstract graphs and
networks. It has important applications in networking, bioinformatics, networks. It has important applications in networking, bioinformatics,
software engineering, database and web design, machine learning, and in visual software engineering, database and web design, machine learning, and in visual
interfaces for other technical domains.") interfaces for other technical domains.")
(properties
'((release-monitoring-url . "https://graphviz.org/download/source/")))
(license license:epl1.0))) (license license:epl1.0)))
;; Older Graphviz needed for pygraphviz. See ;; Older Graphviz needed for pygraphviz. See