guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: ldc: Fix license.


From: Ludovic Courtès
Subject: 01/04: gnu: ldc: Fix license.
Date: Wed, 06 Jan 2016 15:49:48 +0000

civodul pushed a commit to branch master
in repository guix.

commit 341ae582134e1d0393db864584c42228341ac3ec
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 6 14:21:53 2016 +0100

    gnu: ldc: Fix license.
    
    * gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of
    'license:x11-style' by LICENSE:BOOST1.0.
---
 gnu/packages/ldc.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 06040a2..1981bc1 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]