nixpkgs-suyu/pkgs/tools
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
..
admin Merge pull request #78068 from r-ryantm/auto-update/acme.sh 2020-01-20 07:36:58 -05:00
archivers treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
audio
backup treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
bluetooth
bootloaders/refind
cd-dvd
compression zopfli: 1.0.2 -> 1.0.3 2020-01-17 23:29:26 +01:00
filesystems treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
graphics Merge pull request #78069 from r-ryantm/auto-update/asymptote 2020-01-20 10:15:44 +01:00
inputmethods Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11 2020-01-18 02:26:04 +01:00
misc treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
networking treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
nix
package-management nfpm: 1.1.8 -> 1.1.10 2020-01-19 20:20:20 -05:00
security rage: init at 0.2.0 2020-01-18 04:20:00 -05:00
system bfs: 1.5.1 -> 1.5.2 2020-01-15 06:55:24 +00:00
text unoconv: 0.6 -> 0.8.2 2020-01-16 21:34:29 +00:00
toml2nix
typesetting texlive: touchup documentation (#77718) 2020-01-16 23:30:20 -05:00
video
virtualization
wayland/ydotool
X11 Merge pull request #77923 from Synthetica9/version-formats 2020-01-17 14:04:19 -05:00