From 8e669c6d1a87ef606d207425be2b4052bcde0095 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 28 Jun 2023 03:30:32 +0000 Subject: [PATCH] utm: correct license metadata https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE --- pkgs/os-specific/darwin/utm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/darwin/utm/default.nix b/pkgs/os-specific/darwin/utm/default.nix index d763414f97c0..2a9879085b0c 100644 --- a/pkgs/os-specific/darwin/utm/default.nix +++ b/pkgs/os-specific/darwin/utm/default.nix @@ -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 ];