mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: epic5: Fix 'license' field to contain only licenses.
* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
This commit is contained in:
parent
1d0814670c
commit
1975ec69e7
1 changed files with 1 additions and 1 deletions
|
@ -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")))))
|
||||
|
|
Loading…
Reference in a new issue