about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorvieta <topologicrose@protonmail.com>2024-05-23 22:07:26 +0200
committervieta <tng@bode.bio>2024-05-24 18:39:51 +0200
commit29f441773047e39e77d0b17ace887e0f3284ea33 (patch)
treeb3b3c437f789066c564911eaa73929ec06770f37 /lib
parent9e3f89429f02d5d218b46e5d8dab293300b1ab54 (diff)
lib/licenses: sort xskat
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 7d2a22bc25a47..77a191e8cad3d 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1261,6 +1261,11 @@ in mkLicense lset) ({
     fullName = "xinetd License";
   };
 
+  xskat = {
+    spdxId = "XSkat";
+    fullName = "XSkat License";
+  };
+
   zlib = {
     spdxId = "Zlib";
     fullName = "zlib License";
@@ -1276,10 +1281,6 @@ in mkLicense lset) ({
     fullName = "Zope Public License 2.1";
   };
 
-  xskat = {
-    spdxId = "XSkat";
-    fullName = "XSkat License";
-  };
 } // {
   # TODO: remove legacy aliases
   apsl10 = {