summary refs log tree commit diff
path: root/pkgs/data/fonts/ricty
Commit message (Collapse)AuthorAge
* ricty: change mirror and homepage urlMarcial Gaißert2019-10-20
| | | | | The old mirror and homepage at www.rs.tus.ac.jp return a 403 Forbidden.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* data/fonts: cleanupvolth2019-05-13
| | | | | | | * make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* ricty: 4.1.0 -> 4.1.1 (#58083)R. RyanTM2019-03-24
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ricty/versions
* ricty: init at 4.1.0Eshin Kunishima2017-11-24