From 1975ec69e7679705df6ec8391c56e5c0e4ecb4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 13 Dec 2016 17:24:30 +0100 Subject: 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 1a02fbeebc..913259006c 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"))))) -- cgit v1.2.3