Skip to content

Commit

Permalink
licenses: add confluent community license
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Jan 3, 2025
1 parent e4fecc3 commit b31a926
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,13 @@ lib.mapAttrs mkLicense ({
faircode = true;
};

confluent-community = {
fullName = "Confluent Community License";
url = "https://www.confluent.io/confluent-community-license";
free = false;
faircode = true;
};

cpl10 = {
spdxId = "CPL-1.0";
fullName = "Common Public License 1.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/confluent-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.confluent-community;
maintainers = with maintainers; [
rguevara84
autophagy
Expand Down

0 comments on commit b31a926

Please sign in to comment.