Merge pull request #79679 from emilazy/fix-gdouros-font-licenses

fonts/gdouros: correct license to unfree
This commit is contained in:
Yegor Timoshenko 2020-02-29 03:58:57 +03:00 committed by GitHub
commit c6c200f118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/;
};
};