gnu: libreoffice: Add release-monitoring-url.

* gnu/packages/libreoffice.scm (libreoffice)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-08-25 17:04:10 +02:00
parent cac3914dfc
commit 4aa3bae2c6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

@ -1279,4 +1279,7 @@ a number of components: Writer, a word processor; Calc, a spreadsheet
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)))