about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-01-17 12:10:41 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2023-01-17 12:10:41 +0100
commit991a22a7d0aa93784370407fb2657f20f52c6dd3 (patch)
treec247d12113b0892ca0ccfe09c3d05c09562d0c7a
parent3341300ca71af9f8242a5e9e08ebe4dffb3dd5fc (diff)
licenses: Remove unnecessary archive.org link for APSL-1.0
SPDX has a copy of it, and the url gets overridden with the spdx.org one anyway.
-rw-r--r--lib/licenses.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 52956e52afa65..6919859d6cb45 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -81,7 +81,6 @@ in mkLicense lset) ({
   apsl10 = {
     spdxId = "APSL-1.0";
     fullName = "Apple Public Source License 1.0";
-    url = "https://web.archive.org/web/20040701000000*/http://www.opensource.apple.com/apsl/1.0.txt";
   };
 
   apsl20 = {