ocamlPackages.cmdliner_1_0: Update license

License changed on version 1.0.0 from bsd3 to isc.

+1 -1
+1 -1
pkgs/development/ocaml-modules/cmdliner/1_0.nix
··· 26 meta = with lib; { 27 homepage = "https://erratique.ch/software/cmdliner"; 28 description = "An OCaml module for the declarative definition of command line interfaces"; 29 - license = licenses.bsd3; 30 inherit (ocaml.meta) platforms; 31 maintainers = [ maintainers.vbgl ]; 32 };
··· 26 meta = with lib; { 27 homepage = "https://erratique.ch/software/cmdliner"; 28 description = "An OCaml module for the declarative definition of command line interfaces"; 29 + license = licenses.isc; 30 inherit (ocaml.meta) platforms; 31 maintainers = [ maintainers.vbgl ]; 32 };