summary refs log tree commit diff
diff options
context:
space:
mode:
authoriliana etaoin <iliana@buttslol.net>2023-06-28 03:26:38 +0000
committeriliana etaoin <iliana@buttslol.net>2023-06-28 03:26:38 +0000
commit9fe79a86b45f305bf705847a3860e83e46913c49 (patch)
tree8ffa36b7b6a05ebdc9a626df080c0bce0aa14806
parent2632659691b00e66d383ed502a29f269d15db4b5 (diff)
downloadnixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar.gz
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar.bz2
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar.lz
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar.xz
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.tar.zst
nixpkgs-9fe79a86b45f305bf705847a3860e83e46913c49.zip
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
-rw-r--r--pkgs/os-specific/darwin/libtapi/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }