From 91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 28 Jul 2022 19:03:58 +0200 Subject: gnu: graphviz: Add release-monitoring-url. * gnu/packages/graphviz.scm (graphviz)[properties]: New field. --- gnu/packages/graphviz.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') 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 -- cgit v1.2.3