about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2020-02-29 03:58:57 +0300
committerGitHub <noreply@github.com>2020-02-29 03:58:57 +0300
commitc6c200f1185630be562a3d8bb9449a2d8f08589c (patch)
tree4987bb20084df658daebf50d949218f4378046f9 /pkgs/data
parent2a09750de872b4a3f730f539a18e9cceb8af5e81 (diff)
parent05a9b7fe2a695c39118230df3ce8dfa2b1364c36 (diff)
downloadnixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar.gz
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar.bz2
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar.lz
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar.xz
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.tar.zst
nixlib-c6c200f1185630be562a3d8bb9449a2d8f08589c.zip
Merge pull request #79679 from emilazy/fix-gdouros-font-licenses
fonts/gdouros: correct license to unfree
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/gdouros/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/data/fonts/gdouros/default.nix b/pkgs/data/fonts/gdouros/default.nix
index 71c92a72e593..afe73aa1caf1 100644
--- a/pkgs/data/fonts/gdouros/default.nix
+++ b/pkgs/data/fonts/gdouros/default.nix
@@ -26,10 +26,11 @@ let
 
     meta = {
       inherit description;
-      # In lieu of a license:
-      # Fonts in this site are offered free for any use;
-      # they may be installed, embedded, opened, edited, modified, regenerated, posted, packaged and redistributed.
-      license = lib.licenses.free;
+      # see http://users.teilar.gr/~g1951d/License.pdf
+      # quite draconian: non-commercial, no modifications,
+      # no redistribution, "a single instantiation and no
+      # network installation"
+      license = lib.licenses.unfree;
       homepage = http://users.teilar.gr/~g1951d/;
     };
   };