From 139c6fb180f4f95151003350e11ac9a3554541c9 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 6 May 2014 04:04:43 -0400 Subject: [PATCH] Add OFL as an actual license --- lib/licenses.nix | 6 ++++++ pkgs/data/fonts/poly/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 68f91f80685..e49528f2a2e 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -208,6 +208,12 @@ url = https://www.mozilla.org/MPL/2.0; }; + ofl = { + shortName = "OFL"; + fullName = "SIL Open Font License"; + url = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web"; + }; + openssl = { shortName = "openssl"; fullName = "OpenSSL license"; diff --git a/pkgs/data/fonts/poly/default.nix b/pkgs/data/fonts/poly/default.nix index fbb1db8a28e..63006fdd4f8 100644 --- a/pkgs/data/fonts/poly/default.nix +++ b/pkgs/data/fonts/poly/default.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { and languages that use the Latin script and its variants. ''; homepage = http://www.fontsquirrel.com/fonts/poly; - license = [ "OFL" ]; + license = stdenv.lib.licenses.ofl; maintainers = with stdenv.lib.maintainers; [ relrod ]; platforms = with stdenv.lib.platforms; linux; };