guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: epic5: Fix 'license' field to contain only licenses.


From: Ludovic Courtès
Subject: 01/01: gnu: epic5: Fix 'license' field to contain only licenses.
Date: Tue, 13 Dec 2016 16:25:06 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 1975ec69e7679705df6ec8391c56e5c0e4ecb4c6
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 13 17:24:30 2016 +0100

    gnu: epic5: Fix 'license' field to contain only licenses.
    
    * gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
---
 gnu/packages/irc.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 1a02fbe..9132590 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -419,4 +419,4 @@ interface for those who are accustomed to the ircII way of 
doing things.")
                    ;; BSD license except that you are not permitted to remove 
the
                    ;; "Redistribution is permitted" clause of the license if 
you
                    ;; distribute binaries.
-                   license:non-copyleft "http://epicsol.org/copyright";))))
+                   (license:non-copyleft "http://epicsol.org/copyright";)))))



reply via email to

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