diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-13 17:24:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-13 17:24:30 +0100 |
commit | 1975ec69e7679705df6ec8391c56e5c0e4ecb4c6 (patch) | |
tree | 70ba0242d45ede49292ad00ccc9c45a0160f0fcd | |
parent | 1d0814670c7a0fb9372f1c7b8a828886f1319240 (diff) | |
download | guix-1975ec69e7679705df6ec8391c56e5c0e4ecb4c6.tar guix-1975ec69e7679705df6ec8391c56e5c0e4ecb4c6.tar.gz |
gnu: epic5: Fix 'license' field to contain only licenses.
* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
-rw-r--r-- | gnu/packages/irc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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"))))) |