From bcbbbea82e5a0618f3a11126fea7210bb9af1031 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 25 Apr 2022 19:35:21 +0200 Subject: [PATCH] ocamlPackages.cmdliner_1_0: Update license License changed on version 1.0.0 from bsd3 to isc. --- pkgs/development/ocaml-modules/cmdliner/1_0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/cmdliner/1_0.nix b/pkgs/development/ocaml-modules/cmdliner/1_0.nix index ed96b1b6155..718c6b95a06 100644 --- a/pkgs/development/ocaml-modules/cmdliner/1_0.nix +++ b/pkgs/development/ocaml-modules/cmdliner/1_0.nix @@ -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 ]; };