utm: correct license metadata
https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE
This commit is contained in:
parent
9fe79a86b4
commit
8e669c6d1a
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue