diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-25 17:04:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 00:09:02 +0200 |
commit | 4aa3bae2c6b6f05464d4ed5864af8156bd76fe67 (patch) | |
tree | 53495e2135e6abefd14f60580f5610d6638d39cd /gnu/packages/libreoffice.scm | |
parent | cac3914dfc354eb31c09958c6bc047adad682ea0 (diff) | |
download | guix-4aa3bae2c6b6f05464d4ed5864af8156bd76fe67.tar guix-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.scm | 3 |
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))) |