gnu: ldc: Fix license.

* gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of
'license:x11-style' by LICENSE:BOOST1.0.
master
Ludovic Courtès 2016-01-06 14:21:53 +01:00
parent 7266848ace
commit 341ae58213
1 changed files with 1 additions and 1 deletions

View File

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