summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-08-25 17:04:10 +0200
committerMarius Bakke <marius@gnu.org>2022-08-27 00:09:02 +0200
commit4aa3bae2c6b6f05464d4ed5864af8156bd76fe67 (patch)
tree53495e2135e6abefd14f60580f5610d6638d39cd /gnu/packages/libreoffice.scm
parentcac3914dfc354eb31c09958c6bc047adad682ea0 (diff)
downloadguix-patches-4aa3bae2c6b6f05464d4ed5864af8156bd76fe67.tar
guix-patches-4aa3bae2c6b6f05464d4ed5864af8156bd76fe67.tar.gz
gnu: libreoffice: Add release-monitoring-url.
* gnu/packages/libreoffice.scm (libreoffice)[properties]: New field.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm3
1 files changed, 3 insertions, 0 deletions
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)))