about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-05 14:09:19 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-05 14:09:19 +0100
commitc86f505a82a6a7db84527cb7617dee1107baeaae (patch)
treef6df0bab33bc55ef19ac2e74bf1ddca58143c424 /pkgs/tools
parent20da7932d70a7dd438acf0af4ffd0cc48ca49914 (diff)
downloadnixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar.gz
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar.bz2
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar.lz
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar.xz
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.tar.zst
nixlib-c86f505a82a6a7db84527cb7617dee1107baeaae.zip
boundary: fix license
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/boundary/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix
index d10ff866aa02..4d8a30f2df07 100644
--- a/pkgs/tools/networking/boundary/default.nix
+++ b/pkgs/tools/networking/boundary/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
       and does not require an agent to be installed on every end host.
     '';
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-    license = licenses.mpl20;
+    license = licenses.bsl11;
     maintainers = with maintainers; [ jk techknowlogick ];
     platforms = platforms.unix;
   };