about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-22 18:37:58 +0800
committerGitHub <noreply@github.com>2024-06-22 18:37:58 +0800
commitd95005ae011357266b272446339c6779139874d2 (patch)
tree3ffa65fa695b7640bc487505517ccc4e765c18bc /lib
parent9c5859d61b6e5cfa21aac3c5093286803cc7bf0f (diff)
parent6ae604462f79ae60d7347171e92fe19ad7f6162e (diff)
Merge pull request #318101 from getchoo/pkgs/gitbutler/init
gitbutler: init at 0.12.2
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 64d9825ab198f..a608d3ec3f543 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -530,6 +530,13 @@ in mkLicense lset) ({
     fullName = "Unspecified free software license";
   };
 
+  fsl11Mit = {
+    fullName = "Functional Source License, Version 1.1, MIT Future License";
+    url = "https://fsl.software/FSL-1.1-MIT.template.md";
+    free = false;
+    redistributable = true;
+  };
+
   ftl = {
     spdxId = "FTL";
     fullName = "Freetype Project License";