ocamlPackages.cmdliner_1_0: Update license

License changed on version 1.0.0 from bsd3 to isc.
This commit is contained in:
Jules Aguillon 2022-04-25 19:35:21 +02:00
parent 29750d369c
commit bcbbbea82e

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://erratique.ch/software/cmdliner";
description = "An OCaml module for the declarative definition of command line interfaces";
license = licenses.bsd3;
license = licenses.isc;
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.vbgl ];
};