From c9f4cb161d794b517fa3164709c08ff42f366b8a Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sun, 30 Aug 2020 18:11:44 -0500 Subject: [PATCH] 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 6204987c95d..22f40c8b89a 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