confluent-cli: change license to unfreeRedistributable

This commit is contained in:
Alexander Nortung
2025-03-19 07:06:28 +01:00
committed by Masum Reza
parent 5c72fd6842
commit 6d5b9ed3f2

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "Confluent CLI";
homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [
rguevara84
autophagy