nixpkgs/pkgs/tools
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
..
admin google-cloud-sdk: 306.0.0 -> 312.0.0 (#99262) 2020-10-01 18:12:42 +02:00
archivers treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
audio treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
backup pyznap: 1.5.0 -> 1.6.0 2020-09-30 08:48:34 -07:00
bluetooth rfkill: remove 2020-08-24 02:49:27 +02:00
bootloaders/refind
cd-dvd
compression brotli: fix patch URL 2020-09-24 23:36:46 +02:00
filesystems treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
graphics Merge pull request #98906 from r-ryantm/auto-update/vips 2020-09-27 22:44:58 -05:00
inputmethods skktools: 1.3.3 -> 1.3.4 2020-09-10 01:00:25 +09:00
misc treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
networking treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
nix manix: init at 0.6.2 2020-09-15 20:31:32 +02:00
package-management nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
security treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
system Merge pull request #99282 from fadenb/systemdjournal2gelf_20200813 2020-10-01 19:35:34 +02:00
text treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
toml2nix
typesetting sile: 0.10.10 → 0.10.11 2020-09-25 22:36:28 +03:00
video untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
virtualization Merge pull request #97756 from mayflower/xva-img 2020-09-11 15:23:35 +02:00
wayland wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
X11 xwallpaper: formatting fix 2020-09-07 16:36:38 +02:00