mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ldc: Fix license.
* gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of 'license:x11-style' by LICENSE:BOOST1.0.
This commit is contained in:
parent
7266848ace
commit
341ae58213
1 changed files with 1 additions and 1 deletions
|
@ -115,4 +115,4 @@ (define-public ldc
|
|||
;; which is released under the "Boost Software License version 1.0".
|
||||
(license (list license:bsd-3
|
||||
license:gpl2+
|
||||
license:x11-style "http://www.boost.org/LICENSE_1_0.txt"))))
|
||||
license:boost1.0))))
|
||||
|
|
Loading…
Reference in a new issue