virtual-ans: chnage license to unfreeRedistibutable

found in $src/docs/license/Virtual ANS.txt
This commit is contained in:
jopejoe1 2023-12-23 13:27:44 +01:00
parent 186ff75fee
commit 00ed9a344c

View File

@ -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 ];