Commit 6d5b9ed3 authored by Alexander Nortung's avatar Alexander Nortung Committed by Masum Reza
Browse files

confluent-cli: change license to unfreeRedistributable

parent 5c72fd68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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