mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 23:55:54 +02: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:
@@ -115,4 +115,4 @@ latest DMD frontend and uses LLVM as backend.")
|
||||
;; 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))))
|
||||
|
||||
Reference in New Issue
Block a user