diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-08-28 09:36:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-08-28 09:37:15 +0200 |
commit | 7bce9fa5f380fe97973363b501dd330d4d50a3da (patch) | |
tree | ff8fe12adde3be938b73dc6443d9fa9910beb45f | |
parent | 58724c488b17cf2babfadebf790396426f3a801f (diff) | |
download | patches-7bce9fa5f380fe97973363b501dd330d4d50a3da.tar patches-7bce9fa5f380fe97973363b501dd330d4d50a3da.tar.gz |
gnu: conky: Fix license.
* gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
-rw-r--r-- | gnu/packages/conky.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm index d63dd3c1d1..150d182032 100644 --- a/gnu/packages/conky.scm +++ b/gnu/packages/conky.scm @@ -76,4 +76,4 @@ "Conky is a lightweight system monitor for X that displays operating system statistics (CPU, disk, and memory usage, etc.) and more on the desktop.") - (license (list license:bsd-3 license:gpl3)))) + (license license:gpl3+))) |