mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
Merge pull request #79679 from emilazy/fix-gdouros-font-licenses
fonts/gdouros: correct license to unfree
This commit is contained in:
commit
c6c200f118
@ -26,10 +26,11 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit description;
|
inherit description;
|
||||||
# In lieu of a license:
|
# see http://users.teilar.gr/~g1951d/License.pdf
|
||||||
# Fonts in this site are offered free for any use;
|
# quite draconian: non-commercial, no modifications,
|
||||||
# they may be installed, embedded, opened, edited, modified, regenerated, posted, packaged and redistributed.
|
# no redistribution, "a single instantiation and no
|
||||||
license = lib.licenses.free;
|
# network installation"
|
||||||
|
license = lib.licenses.unfree;
|
||||||
homepage = http://users.teilar.gr/~g1951d/;
|
homepage = http://users.teilar.gr/~g1951d/;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user