guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: zabbix-agentd: Use the correct license.


From: guix-commits
Subject: 03/08: gnu: zabbix-agentd: Use the correct license.
Date: Sun, 13 Feb 2022 07:35:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ae0ba592ba6f6cf19ebd70a2cd5074a31afa3d70
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 13 09:37:43 2022 +0100

    gnu: zabbix-agentd: Use the correct license.
    
    * gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to 
GPL2+.
---
 gnu/packages/monitoring.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index a6d45fe597..6647d3bbc3 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -195,7 +195,7 @@ etc. via a Web interface.  Features include:
     (synopsis "Distributed monitoring solution (client-side agent)")
     (description "This package provides a distributed monitoring
 solution (client-side agent)")
-    (license license:gpl2)
+    (license license:gpl2+)
     (properties
      '((release-monitoring-url . "https://www.zabbix.com/download_sources";)
        (upstream-name . "zabbix")))))



reply via email to

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