about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-02-10 02:33:40 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2020-02-29 03:54:48 +0300
commit05a9b7fe2a695c39118230df3ce8dfa2b1364c36 (patch)
tree2cb260214eec285da08df20e12ca7b000fde7c98
parenteee784a1bb6b3e23491e2ee99814d7cb8700db5e (diff)
downloadnixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar.gz
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar.bz2
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar.lz
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar.xz
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.tar.zst
nixlib-05a9b7fe2a695c39118230df3ce8dfa2b1364c36.zip
fonts/gdouros: correct license to unfree
-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/;
     };
   };