add LaTeX Project Public License v1.3c for Gyre
use lib.maintainers
This commit is contained in:
parent
a2db5ebf20
commit
4c064b5478
|
@ -255,6 +255,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
||||||
fullName = "LaTeX Project Public License v1.2";
|
fullName = "LaTeX Project Public License v1.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lppl13c = spdx {
|
||||||
|
spdxId = "LPPL-1.3c";
|
||||||
|
fullName = "LaTeX Project Public License v1.3c";
|
||||||
|
};
|
||||||
|
|
||||||
lpl-102 = spdx {
|
lpl-102 = spdx {
|
||||||
spdxId = "LPL-1.02";
|
spdxId = "LPL-1.02";
|
||||||
fullName = "Lucent Public License v1.02";
|
fullName = "Lucent Public License v1.02";
|
||||||
|
|
|
@ -28,10 +28,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/index_html#Readings";
|
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 = stdenv.lib.licenses.lppl13c;
|
||||||
license = "unknown";
|
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
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";
|
license = "unknown";
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ "Daniel Bergey <bergey@teallabs.org>" ];
|
maintainers = with stdenv.lib.maintainers; [ bergey ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue