diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-28 19:03:58 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-13 19:24:33 +0200 |
commit | 91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a (patch) | |
tree | 197d221f30c7c8a42fa36868e68c8a2493c9a061 /gnu | |
parent | bea916aea7aea82eb7ffc8eb64a6026b1d07d992 (diff) | |
download | guix-91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a.tar.gz guix-91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a.zip |
gnu: graphviz: Add release-monitoring-url.
* gnu/packages/graphviz.scm (graphviz)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
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 |