summary refs log tree commit diff
path: root/pkgs/applications/audio/openutau/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/openutau/default.nix')
-rw-r--r--pkgs/applications/audio/openutau/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/openutau/default.nix b/pkgs/applications/audio/openutau/default.nix
index b92282c473d..5a25843d278 100644
--- a/pkgs/applications/audio/openutau/default.nix
+++ b/pkgs/applications/audio/openutau/default.nix
@@ -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" ];