boundary: fix license

This commit is contained in:
Weijia Wang 2024-02-05 14:09:19 +01:00
parent 20da7932d7
commit c86f505a82

View File

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