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

+1 -1
+1 -1
pkgs/os-specific/darwin/libtapi/default.nix
··· 71 meta = with lib; { 72 description = "Replaces the Mach-O Dynamic Library Stub files in Apple's SDKs to reduce the size"; 73 homepage = "https://github.com/tpoechtrager/apple-libtapi"; 74 - license = licenses.apsl20; 75 maintainers = with maintainers; [ matthewbauer ]; 76 }; 77 }
··· 71 meta = with lib; { 72 description = "Replaces the Mach-O Dynamic Library Stub files in Apple's SDKs to reduce the size"; 73 homepage = "https://github.com/tpoechtrager/apple-libtapi"; 74 + license = licenses.ncsa; 75 maintainers = with maintainers; [ matthewbauer ]; 76 }; 77 }