add LaTeX Project Public License v1.3c for Gyre

use lib.maintainers
This commit is contained in:
Daniel Bergey
2014-12-19 20:07:53 +00:00
parent a2db5ebf20
commit 4c064b5478
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
license = "unknown";
platforms = stdenv.lib.platforms.all;
maintainers = [ "Daniel Bergey <bergey@teallabs.org>" ];
maintainers = with stdenv.lib.maintainers; [ bergey ];
};
}