nixpkgs-suyu/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 adms: 2.3.6 -> 2.3.7 2020-08-21 21:04:44 -07:00
alliance
appcsxcad appcsxcad: init at unstable-2020-01-04 2020-08-10 23:45:59 -07:00
archimedes
bitscope
caneda
csxcad csxcad: init at unstable-2020-02-08 2020-08-05 19:27:28 -07:00
dsview
eagle treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
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 gtkwave: 3.3.105 -> 3.3.106 2020-08-15 15:25:15 -07:00
hal-hardware-analyzer hal-hardware-analyzer: init at 2.0.0 2020-07-20 22:35:00 +01:00
hyp2mat hyp2mat: 0.0.17 -> 0.0.18 2020-08-22 09:25:47 +00:00
kicad kicad: remove gettext from buildInputs, add to nativeBuildInputs 2020-09-17 19:48:50 +02:00
librepcb
magic-vlsi maintainers: update name to anna 2020-07-28 19:48:16 -07:00
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 qcsxcad: init at unstable-2020-01-04 2020-08-10 21:39:57 -07:00
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