guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: conky: Fix license.


From: Ludovic Courtès
Subject: 01/01: gnu: conky: Fix license.
Date: Fri, 28 Aug 2015 07:37:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7bce9fa5f380fe97973363b501dd330d4d50a3da
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 28 09:36:18 2015 +0200

    gnu: conky: Fix license.
    
    * gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
---
 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 d63dd3c..150d182 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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]