vault-bin: fix license as 1.15 and later is unfree bsl11

This commit is contained in:
Adam Stephens 2023-12-04 10:20:19 -05:00
parent a7013edac9
commit 85aa2d80de
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "A tool for managing secrets, this binary includes the UI";
homepage = "https://www.vaultproject.io";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20;
license = licenses.bsl11;
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick mkaito ];
mainProgram = "vault";
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ];