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 adms: 2.3.6 -> 2.3.7 2020-08-21 21:04:44 -07:00
alliance treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
appcsxcad appcsxcad: init at unstable-2020-01-04 2020-08-10 23:45:59 -07:00
archimedes treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bitscope treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
caneda caneda: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
csxcad csxcad: init at unstable-2020-02-08 2020-08-05 19:27:28 -07:00
dsview treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
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 fparser: init at 4.5.1 2020-04-09 11:28:21 -07:00
fped treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fritzing treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
geda treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gerbv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
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 librepcb: 0.1.3 -> 0.1.4 2020-05-09 09:10:20 +02:00
magic-vlsi maintainers: update name to anna 2020-07-28 19:48:16 -07:00
ngspice treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
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 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pulseview treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
qcsxcad qcsxcad: init at unstable-2020-01-04 2020-08-10 21:39:57 -07:00
qfsm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
qucs treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tkgate treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
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 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xoscope treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00