utm: correct license metadata

https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE

+1 -1
+1 -1
pkgs/os-specific/darwin/utm/default.nix
··· 59 59 homepage = "https://mac.getutm.app/"; 60 60 changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}"; 61 61 mainProgram = "UTM"; 62 - license = licenses.apsl20; 62 + license = licenses.asl20; 63 63 platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4. 64 64 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 65 65 maintainers = with maintainers; [ rrbutani ];