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

View file

@ -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)))