about summary refs log tree commit diff
path: root/pkgs/data/fonts/gyre
diff options
context:
space:
mode:
authorDaniel Bergey <bergey@alum.mit.edu>2014-12-19 20:00:52 +0000
committerDaniel Bergey <bergey@alum.mit.edu>2014-12-19 20:07:53 +0000
commit4c064b547810869575e59c9ae0f981d2c30be137 (patch)
tree36936526ac390e437b2c60b18a192dec568ee30b /pkgs/data/fonts/gyre
parenta2db5ebf20bf3104514033c22155fef3c23e8851 (diff)
add LaTeX Project Public License v1.3c for Gyre
use lib.maintainers
Diffstat (limited to 'pkgs/data/fonts/gyre')
-rw-r--r--pkgs/data/fonts/gyre/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/data/fonts/gyre/default.nix b/pkgs/data/fonts/gyre/default.nix
index 95f6ccd6820af..2fc94f8f355d1 100644
--- a/pkgs/data/fonts/gyre/default.nix
+++ b/pkgs/data/fonts/gyre/default.nix
@@ -28,10 +28,9 @@ stdenv.mkDerivation rec {
 
     homepage = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/index_html#Readings";
 
-    # GUST Font License: http://www.gust.org.pl/projects/e-foundry/licenses
-    license = "unknown";
+    license = stdenv.lib.licenses.lppl13c;
 
     platforms = stdenv.lib.platforms.all;
-    maintainers = [ "Daniel Bergey <bergey@teallabs.org>" ];
+    maintainers = with stdenv.lib.maintainers; [ bergey ];
   };
 }