nixpkgs/pkgs/development
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
..
androidndk-pkgs
arduino
beam-modules elixir_1_6: remove 2020-09-24 15:14:52 +02:00
bower-modules/generic
chez-modules
compilers scala: 2.12.10 -> 2.12.12 2020-10-01 09:44:39 -04:00
coq-modules
dhall-modules
dotnet-modules
em-modules/generic
go-modules
go-packages
guile-modules
haskell-modules Configure the Haskell package set for ghc-9.0.x. 2020-09-30 10:50:24 +02:00
idris-modules
interpreters treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
java-modules
libraries treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
lisp-modules
lua-modules treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
misc
mobile
node-packages
ocaml-modules ocamlPackages.csexp: fix minimum OCaml version 2020-10-01 15:16:51 +02:00
perl-modules youtube-viewer: 3.7.5 -> 3.7.9 2020-09-25 16:31:16 +02:00
pharo
pure-modules
python-modules treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
r-modules
ruby-modules
tools treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
web cypress: 4.12.1 -> 5.3.0 2020-10-01 08:27:47 +02:00