From 9fe79a86b45f305bf705847a3860e83e46913c49 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 28 Jun 2023 03:26:38 +0000 Subject: libtapi: correct license metadata https://github.com/tpoechtrager/apple-libtapi/blob/664b8414f89612f2dfd35a9b679c345aa5389026/LICENSE.APPLE-LIBTAPI.txt https://github.com/apple-oss-distributions/tapi/blob/main/LICENSE.TXT --- pkgs/os-specific/darwin/libtapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific/darwin/libtapi/default.nix') diff --git a/pkgs/os-specific/darwin/libtapi/default.nix b/pkgs/os-specific/darwin/libtapi/default.nix index d109e0edcbd..79c159e0635 100644 --- a/pkgs/os-specific/darwin/libtapi/default.nix +++ b/pkgs/os-specific/darwin/libtapi/default.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Replaces the Mach-O Dynamic Library Stub files in Apple's SDKs to reduce the size"; homepage = "https://github.com/tpoechtrager/apple-libtapi"; - license = licenses.apsl20; + license = licenses.ncsa; maintainers = with maintainers; [ matthewbauer ]; }; } -- cgit 1.4.1