vault-bin: fix license as 1.15 and later is unfree bsl11
This commit is contained in:
parent
a7013edac9
commit
85aa2d80de
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user