3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/science/electronics
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
..
adms
alliance
appcsxcad
archimedes
bitscope
caneda
csxcad
dsview
eagle
flatcam flatcam: init at 8.5 2020-09-03 14:19:59 -04:00
fparser
fped
fritzing treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
geda
gerbv
gtkwave
hal-hardware-analyzer
hyp2mat
kicad kicad: remove gettext from buildInputs, add to nativeBuildInputs 2020-09-17 19:48:50 +02:00
librepcb
magic-vlsi
ngspice
openems openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
openhantek6022 openhantek6022: 3.1.1 -> 3.1.2 2020-08-31 17:24:28 -07:00
pcb
pulseview
qcsxcad
qfsm
qucs
tkgate
verilator verilator: 4.040 -> 4.100 2020-09-16 08:40:01 -07:00
verilog verilog: add tests 2020-09-22 13:58:15 -04:00
vhd2vl vhd2vl: init at unstable-2018-09-01 2020-08-22 09:42:34 -07:00
xcircuit
xoscope