about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2023-12-23 13:27:44 +0100
committerjopejoe1 <johannes@joens.email>2023-12-23 13:27:44 +0100
commit00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d (patch)
tree8ffbcc448bea48b9d54706a5f581dcae4dadae9f /pkgs/applications/audio
parent186ff75feed99ec1b9d6b4a97465ff99cb8140a9 (diff)
downloadnixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar.gz
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar.bz2
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar.lz
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar.xz
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.tar.zst
nixlib-00ed9a344cb48ceeb56e0a1fcdebcfd0cca6564d.zip
virtual-ans: chnage license to unfreeRedistibutable
found in $src/docs/license/Virtual ANS.txt
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/virtual-ans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/virtual-ans/default.nix b/pkgs/applications/audio/virtual-ans/default.nix
index 07f006aa0cc1..a14d5c5a37e2 100644
--- a/pkgs/applications/audio/virtual-ans/default.nix
+++ b/pkgs/applications/audio/virtual-ans/default.nix
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
       '';
     homepage = "https://warmplace.ru/soft/ans/";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-    license = licenses.free;
+    license = licenses.unfreeRedistributable;
     # I cannot test the Darwin version, so I'll leave it disabled
     platforms = [ "x86_64-linux" "i686-linux" ];
     maintainers = with maintainers; [ jacg ];