diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-13 09:37:43 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-13 13:33:56 +0100 |
commit | ae0ba592ba6f6cf19ebd70a2cd5074a31afa3d70 (patch) | |
tree | bbee395dac3c137d6c5827342409d8f00613448b /gnu/packages | |
parent | b8f280baecbc0381f6a4a5b3d6e9b28d3d3da2ee (diff) |
gnu: zabbix-agentd: Use the correct license.
* gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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"))))) |