Skip to content

Commit

Permalink
update license: added the common clause license
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSudoer committed Mar 21, 2024
1 parent ebdf6a1 commit eedaca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ lib.mapAttrs
};
commons-clause = {
fullName = "Commons Clause License";
url = "https://commonsclause.com/";
free = false;
};
cpal10 = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/vi/vidmerger/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Merge video & audio files via CLI ";
homepage = "https://github.com/TGotwig/vidmerger";
license = licenses.mit;
license = with licenses; [ mit commons-clause ];
maintainers = with maintainers; [ ByteSudoer ];
mainProgram = "vidmerger";
};
Expand Down

0 comments on commit eedaca8

Please sign in to comment.