consul: fix license, now bsl11

This commit is contained in:
Adam Stephens 2023-12-16 16:15:42 -05:00
parent 1dcae92283
commit ee7caa7688
No known key found for this signature in database

View File

@ -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";
};