From 3dcbf6f50bb744c22ef7f7e56aba978a2fd64342 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 30 Mar 2025 12:03:30 +0200 Subject: [PATCH] ocamlPackages.dtools: fix license --- pkgs/development/ocaml-modules/dtools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/dtools/default.nix b/pkgs/development/ocaml-modules/dtools/default.nix index 2a4f65af58b9..9b94bf1a7ac8 100644 --- a/pkgs/development/ocaml-modules/dtools/default.nix +++ b/pkgs/development/ocaml-modules/dtools/default.nix @@ -20,7 +20,7 @@ buildDunePackage rec { meta = with lib; { homepage = "https://github.com/savonet/ocaml-dtools"; description = "Library providing various helper functions to make daemons"; - license = licenses.gpl2Plus; + license = licenses.gpl2Only; maintainers = with maintainers; [ dandellion ]; }; }