guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/17: gnu: libreoffice: Add release-monitoring-url.


From: guix-commits
Subject: 01/17: gnu: libreoffice: Add release-monitoring-url.
Date: Fri, 26 Aug 2022 18:11:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4aa3bae2c6b6f05464d4ed5864af8156bd76fe67
Author: Marius Bakke <marius@gnu.org>
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]