gnu: ocamlbuild: Revise license.

* gnu/packages/ocaml.scm (ocamlbuild)[license]: License is actually LGPL2.0.
This commit is contained in:
Brett Gilio 2020-08-30 18:11:44 -05:00
parent 63a6145828
commit c9f4cb161d
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

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