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

* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
master
Ludovic Courtès 2016-12-13 17:24:30 +01:00
parent 1d0814670c
commit 1975ec69e7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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")))))