about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2024-04-27 03:27:45 +0200
committerAlyssa Ross <hi@alyssa.is>2024-04-28 11:31:24 +0200
commit54f771421f2ab8a626ea062ed78de31e4a5fa915 (patch)
treecc1acc72392ac8fb937b34c3c70f591bb8a47fd9
parenta25312ed03e9917cd64088f16c93db7e78b7c483 (diff)
lib/licenses: add unicode-30
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 035907ed921ee..49c7a4a353ecb 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1168,6 +1168,11 @@ in mkLicense lset) ({
     # channel and NixOS images.
   };
 
+  unicode-30 = {
+    spdxId = "Unicode-3.0";
+    fullName = "Unicode License v3";
+  };
+
   unicode-dfs-2015 = {
     spdxId = "Unicode-DFS-2015";
     fullName = "Unicode License Agreement - Data Files and Software (2015)";