Merge pull request #254823 from lilyinstarlight/fix/openutau-license

openutau: clarify license situation with worldline again
This commit is contained in:
Janik 2023-11-13 20:00:58 +01:00 committed by GitHub
commit a2443afaae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,10 +88,10 @@ buildDotnetModule rec {
binaryNativeCode
];
license = with licenses; [
# dotnet code
# dotnet code and worldline resampler binary
mit
# worldline resampler
unfree
# worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT
unfreeRedistributable
];
maintainers = with maintainers; [ lilyinstarlight ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];