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

* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
This commit is contained in:
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

View file

@ -419,4 +419,4 @@ (define-public epic5
;; 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")))))