From 4aa3bae2c6b6f05464d4ed5864af8156bd76fe67 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 25 Aug 2022 17:04:10 +0200 Subject: gnu: libreoffice: Add release-monitoring-url. * gnu/packages/libreoffice.scm (libreoffice)[properties]: New field. --- gnu/packages/libreoffice.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/libreoffice.scm') diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 54ee4b4ca8..46eba12431 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1279,4 +1279,7 @@ (define (install-appdata app) application; Impress, a presentation engine; Draw, a drawing and flowcharting application; Base, a database and database frontend; Math for editing mathematics.") + (properties + '((release-monitoring-url + . "https://www.libreoffice.org/download/download-libreoffice/"))) (license license:mpl2.0))) -- cgit v1.2.3