gnu: conky: Fix license.
* gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
This commit is contained in:
parent
58724c488b
commit
7bce9fa5f3
|
@ -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+)))
|
||||||
|
|
Loading…
Reference in New Issue