gnu: zabbix-agentd: Use the correct license.
* gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+.
This commit is contained in:
parent
b8f280baec
commit
ae0ba592ba
1 changed files with 1 additions and 1 deletions
|
@ -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")))))
|
||||
|
|
Reference in a new issue