From b165189b972ec6d116766508794e654f96b5a575 Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Mon, 19 Jun 2023 01:26:43 +0200 Subject: [PATCH] licenses: add GFL --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index b402f8aac99d..c91eca9278ed 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";