From ee7caa768840e2a8e993b9f9a377f0ae53d5489c Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sat, 16 Dec 2023 16:15:42 -0500 Subject: [PATCH] consul: fix license, now bsl11 --- pkgs/servers/consul/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/consul/default.nix b/pkgs/servers/consul/default.nix index dee27e5877dc..8fe720c6f06c 100644 --- a/pkgs/servers/consul/default.nix +++ b/pkgs/servers/consul/default.nix @@ -40,7 +40,7 @@ buildGoModule rec { description = "Tool for service discovery, monitoring and configuration"; homepage = "https://www.consul.io/"; platforms = platforms.linux ++ platforms.darwin; - license = licenses.mpl20; + license = licenses.bsl11; maintainers = with maintainers; [ pradeepchhetri vdemeester nh2 techknowlogick]; mainProgram = "consul"; };