summaryrefslogtreecommitdiff
path: root/gnu/packages/graphviz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-28 19:03:58 +0200
committerMarius Bakke <marius@gnu.org>2022-08-13 19:24:33 +0200
commit91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a (patch)
tree197d221f30c7c8a42fa36868e68c8a2493c9a061 /gnu/packages/graphviz.scm
parentbea916aea7aea82eb7ffc8eb64a6026b1d07d992 (diff)
downloadguix-patches-91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a.tar
guix-patches-91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a.tar.gz
gnu: graphviz: Add release-monitoring-url.
* gnu/packages/graphviz.scm (graphviz)[properties]: New field.
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r--gnu/packages/graphviz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index a49fe348e8..51c1de3932 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -128,6 +128,8 @@ way of representing structural information as diagrams of abstract graphs and
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