guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ocamlbuild: Revise license.


From: guix-commits
Subject: 02/05: gnu: ocamlbuild: Revise license.
Date: Sun, 30 Aug 2020 20:14:19 -0400 (EDT)

brettgilio pushed a commit to branch wip-ocaml
in repository guix.

commit c9f4cb161d794b517fa3164709c08ff42f366b8a
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Aug 30 18:11:44 2020 -0500

    gnu: ocamlbuild: Revise license.
    
    * gnu/packages/ocaml.scm (ocamlbuild)[license]: License is actually LGPL2.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6204987..22f40c8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -239,13 +239,13 @@ functional, imperative and object-oriented styles of 
programming.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))
-       ; some failures because of changes in OCaml's error message formating
+       ;; some failures because of changes in OCaml's error message formating
        #:tests? #f))
     (home-page "https://github.com/ocaml/ocamlbuild";)
     (synopsis "OCaml build tool")
     (description "OCamlbuild is a generic build tool, that has built-in rules
 for building OCaml library and programs.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.0)))
 
 (define-public ocaml-extlib
   (package



reply via email to

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