update license: added the common clause license
This commit is contained in:
@@ -394,6 +394,7 @@ lib.mapAttrs
|
||||
};
|
||||
commons-clause = {
|
||||
fullName = "Commons Clause License";
|
||||
url = "https://commonsclause.com/";
|
||||
free = false;
|
||||
};
|
||||
cpal10 = {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user