mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
fonts/gdouros: correct license to unfree
This commit is contained in:
parent
eee784a1bb
commit
05a9b7fe2a
1 changed files with 5 additions and 4 deletions
|
@ -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/;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue