summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:48:13 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-27 22:48:13 +0200
commit79f517445587287d330355a6047a7a9883ffc5e5 (patch)
tree5a1a258e615e12e0d724468dbab5f848d03b182a /lib
parent06d0490ab3f6b7e65b30916ffc394ebd07215fbb (diff)
licenses: remove fdl13
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 53a8ef6271aa1..ba0aba1959bc7 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -985,11 +985,6 @@ in mkLicense lset) ({
     fullName = "GNU Affero General Public License v3.0";
     deprecated = true;
   };
-  fdl13 = {
-    spdxId = "GFDL-1.3";
-    fullName = "GNU Free Documentation License v1.3";
-    deprecated = true;
-  };
   gpl2 = {
     spdxId = "GPL-2.0";
     fullName = "GNU General Public License v2.0";