mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Add OFL as an actual license
This commit is contained in:
parent
df0014488a
commit
139c6fb180
@ -208,6 +208,12 @@
|
|||||||
url = https://www.mozilla.org/MPL/2.0;
|
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 = {
|
openssl = {
|
||||||
shortName = "openssl";
|
shortName = "openssl";
|
||||||
fullName = "OpenSSL license";
|
fullName = "OpenSSL license";
|
||||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
and languages that use the Latin script and its variants.
|
and languages that use the Latin script and its variants.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.fontsquirrel.com/fonts/poly;
|
homepage = http://www.fontsquirrel.com/fonts/poly;
|
||||||
license = [ "OFL" ];
|
license = stdenv.lib.licenses.ofl;
|
||||||
maintainers = with stdenv.lib.maintainers; [ relrod ];
|
maintainers = with stdenv.lib.maintainers; [ relrod ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user