summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMustafa Çalışkan <musfay@protonmail.com>2021-06-06 14:15:36 +0300
committerMustafa Çalışkan <musfay@protonmail.com>2021-06-06 14:15:36 +0300
commit642dce498a97289417a085b4b2e58b9d76a2e30c (patch)
treecb29c5a60bb5b42cda9271e5aad9ba5fbf07d079 /lib
parentb42f9c725475e85d014dede34eaa7aaf1483b223 (diff)
downloadnixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar.gz
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar.bz2
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar.lz
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar.xz
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.tar.zst
nixpkgs-642dce498a97289417a085b4b2e58b9d76a2e30c.zip
rlottie: 0.1 -> 0.2
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index d79ac900439..d1177041068 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -346,6 +346,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) ({
     fullName = "Unspecified free software license";
   };
 
+  ftl = spdx {
+    spdxId = "FTL";
+    fullName = "Freetype Project License";
+  };
+
   g4sl = {
     fullName = "Geant4 Software License";
     url = "https://geant4.web.cern.ch/geant4/license/LICENSE.html";