about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorIvan Timokhin <dev@ivan.timokhin.name>2020-03-08 12:36:34 +0300
committerIvan Timokhin <dev@ivan.timokhin.name>2020-03-08 12:36:34 +0300
commitdf082cc0b45353b43464a943cff47ed1e346d143 (patch)
tree7aeba9641e47b5def8af2800b19035be0c3ec5bb /pkgs/data/fonts
parent95a968cd324d152ed4f4ae514321824b66b55d54 (diff)
downloadnixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar.gz
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar.bz2
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar.lz
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar.xz
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.tar.zst
nixlib-df082cc0b45353b43464a943cff47ed1e346d143.zip
junicode: change license to OFL
Both the project page ([1], third paragraph) and the
documentation ([2], second-to-last paragraph on the last page)
indicate that the font is available under SIL OFL.

[1]: http://junicode.sourceforge.net/
[2]: http://junicode.sourceforge.net/Junicode.pdf
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/junicode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix
index 26455cd2f401..f66515cce79a 100644
--- a/pkgs/data/fonts/junicode/default.nix
+++ b/pkgs/data/fonts/junicode/default.nix
@@ -15,6 +15,6 @@ fetchzip {
   meta = {
     homepage = http://junicode.sourceforge.net/;
     description = "A Unicode font for medievalists";
-    license = lib.licenses.gpl2Plus;
+    license = lib.licenses.ofl;
   };
 }