gnu: conky: Fix license.

* gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
This commit is contained in:
Ludovic Courtès 2015-08-28 09:36:18 +02:00
parent 58724c488b
commit 7bce9fa5f3
1 changed files with 1 additions and 1 deletions

View File

@ -76,4 +76,4 @@
"Conky is a lightweight system monitor for X that displays operating "Conky is a lightweight system monitor for X that displays operating
system statistics (CPU, disk, and memory usage, etc.) and more on the system statistics (CPU, disk, and memory usage, etc.) and more on the
desktop.") desktop.")
(license (list license:bsd-3 license:gpl3)))) (license license:gpl3+)))