about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-19 01:26:43 +0200
committerapfelkuchen06 <apfelkuchen@hrnz.li>2023-06-19 01:53:59 +0200
commitb165189b972ec6d116766508794e654f96b5a575 (patch)
treeea53afad6063dfe8c580f9f353bd8e8ca31ff7dd /lib/licenses.nix
parenta2c3bc9df6e7bdd9b7ed49e4ccad9a9584667144 (diff)
licenses: add GFL
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b402f8aac99dd..c91eca9278ed4 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -506,6 +506,11 @@ in mkLicense lset) ({
     url = "http://www.schristiancollins.com/generaluser.php"; # license included in sources
   };
 
+  gfl = {
+    fullName = "GUST Font License";
+    url = "http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt";
+  };
+
   gfsl = {
     fullName = "GUST Font Source License";
     url = "http://www.gust.org.pl/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt";