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

openutau: clarify license situation with worldline again

authored by

Janik and committed by
GitHub
a2443afa b54703c7

+3 -3
+3 -3
pkgs/applications/audio/openutau/default.nix
··· 88 binaryNativeCode 89 ]; 90 license = with licenses; [ 91 - # dotnet code 92 mit 93 - # worldline resampler 94 - unfree 95 ]; 96 maintainers = with maintainers; [ lilyinstarlight ]; 97 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
··· 88 binaryNativeCode 89 ]; 90 license = with licenses; [ 91 + # dotnet code and worldline resampler binary 92 mit 93 + # worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT 94 + unfreeRedistributable 95 ]; 96 maintainers = with maintainers; [ lilyinstarlight ]; 97 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];