add LaTeX Project Public License v1.3c for Gyre
use lib.maintainers
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user