utm: correct license metadata
https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE
This commit is contained in:
@@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://mac.getutm.app/";
|
||||
changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}";
|
||||
mainProgram = "UTM";
|
||||
license = licenses.apsl20;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4.
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with maintainers; [ rrbutani ];
|
||||
|
||||
Reference in New Issue
Block a user