nixpkgs/pkgs/data
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
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
```
2020-01-22 11:26:22 +01:00
..
documentation man-pages: 5.03 -> 5.04 (#74492) 2019-11-30 16:56:54 +01:00
fonts treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
icons bibata-cursors: 0.4.1 -> 0.4.2 2020-01-15 11:15:07 -06:00
machine-learning/mnist treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
misc all-cabal-hashes: update to Hackage at 2020-01-17T18:23:06Z 2020-01-17 21:14:35 +01:00
sgml+xml docbook-xsl: Fix reproducibility when building docs 2020-01-06 11:56:01 +01:00
soundfonts/fluid pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
themes shades-of-gray-theme: 1.2.0 -> 1.2.1 2020-01-10 07:48:17 -03:00