nixpkgs/pkgs/applications
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
..
accessibility
audio treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
backup Merge pull request #98266 from joncojonathan/removeAsMaintainer 2020-09-20 11:38:30 +02:00
blockchains ergo: 3.3.1 -> 3.3.3 2020-09-25 06:12:28 +00:00
display-managers treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
editors Merge pull request #99234 from DamienCassou/rider-2020.2.3 2020-10-02 08:06:24 +02:00
gis saga: use proj 6 2020-09-15 21:47:28 +02:00
graphics treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
kde elisa: use libvlc 2020-09-25 10:47:43 -05:00
logging/humioctl Merge pull request #95079 from r-ryantm/auto-update/humioctl 2020-08-11 17:26:24 +02: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
office Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg 2020-09-28 05:49:22 +00:00
qubes/qubes-core-vchan-xen maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
radio treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
science treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
search recoll: qt4 -> qt5, fix build 2020-09-09 19:28:32 +02:00
system glances: 3.1.4.1 -> 3.1.5 2020-08-19 16:20:03 +02:00
version-management gitea: 1.12.4 -> 1.12.5 2020-10-02 11:03:56 +02:00
video obs-studio: 25.0.8 -> 26.0.0 2020-10-01 01:27:17 -07:00
virtualization Merge pull request #98993 from r-ryantm/auto-update/docker-compose 2020-09-30 16:09:58 +02:00
window-managers icewm: 1.7.0 -> 1.8.1 2020-09-23 11:06:00 +00:00