mbakke pushed a commit to branch master
in repository guix.
commit 4aa3bae2c6b6f05464d4ed5864af8156bd76fe67
Author: Marius Bakke <[email protected]>
AuthorDate: Thu Aug 25 17:04:10 2022 +0200
gnu: libreoffice: Add release-monitoring-url.
* gnu/packages/libreoffice.scm (libreoffice)[properties]: New field.
---
gnu/packages/libreoffice.scm | 3 +++
1 file changed, 3 insertions(+)
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 @@ 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)))