NixOS:master ← ivan-timokhin:junicode-1.002
opened 11:22AM - 08 Mar 20 UTC
###### Motivation for this change
Update Junicode to the latest available ver…sion. Among other changes, Greek alphabet has been moved into a separate font, Foulis Greek, included alongside Junicode variants.
While at it, I have noticed that the license in the metadata doesn't match the one on the [project site](http://junicode.sourceforge.net/), and changed that as well.
###### Things done
- [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
- Built on platform(s)
- [x] NixOS
- [ ] macOS
- [ ] other Linux distributions
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [x] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
- [x] Tested execution of all binary files (usually in `./result/bin/`)
The fonts at least look correct in fontforge.
- [x] Determined the impact on package closure size (by running `nix path-info -S` before and after)
Decreased from 3.0M to 2.2M
- [ ] Ensured that relevant documentation is up to date
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
`meta.maintainers` is not set; other than that, I think everything fits.