about summary refs log tree commit diff
path: root/pkgs/data/fonts/ultimate-oldschool-pc-font-pack
AgeCommit message (Collapse)AuthorFilesLines
2021-11-05ultimate-oldschool-pc-font-pack: 2.0 -> 2.2Jack Kelly1-3/+3
2021-10-02ultimate-oldschool-pc-font-pack: link to changelogpoultryghast1-0/+1
2020-08-16ultimate-oldschool-pc-font-pack: 1.0 -> 2.0Jack Kelly1-3/+3
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-2/+2
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-05-13data/fonts: cleanupvolth1-3/+2
* 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
2018-09-29ultimate-oldschool-pc-font-pack: simplify using fetchzip (#47313)endgame1-17/+9
2018-09-24ultimate-oldschool-pc-font-pack: init at 1.0Jack Kelly1-0/+31