3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/misc/emulators
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
..
atari++
atari800
attract-mode
blastem
bsod
caprice32
ccemux
cdemu
citra
darcnes
desmume
dlx
dolphin-emu
dosbox
emu2
emulationstation
epsxe
fakenes
fceux
firebird-emu
fs-uae
fuse-emulator
gens-gs
gxemul gxemul: 0.6.0.1 -> 0.6.2 2020-08-10 17:58:57 +02:00
hatari
higan
kega-fusion
libdsk
mame mame: make the parallel build reliable 2020-09-22 23:11:29 -07:00
mednafen
mednaffe
melonDS
mgba mgba: 0.8.2 -> 0.8.3 2020-08-11 06:40:27 +00:00
mupen64plus
nestopia
np2kai
openmsx openmsx: 0.15.0 -> 16.0 2020-09-11 14:44:42 -03:00
pcsx2 pcsx2: 1.6.0-rc -> 1.6.0 2020-08-11 08:55:15 +02:00
pcsxr
ppsspp
qmc2
resim
retroarch
retrofe
rpcs3
ryujinx dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
sameboy sameboy: init at 0.13.6 2020-09-19 09:06:37 +02:00
simplenes simplenes: init at unstable-2019-03-13 2020-08-10 09:55:24 -07:00
snes9x-gtk snes9x-gtk: use wrapGAppsHook 2020-07-27 11:59:54 +02:00
stella treewide: fix redirected urls (run 3) 2020-10-02 09:01:35 -07:00
termtekst
uae
vbam
vice
wine wineUnstable: 5.15 -> 5.16 2020-09-05 14:14:39 -04:00
wxmupen64plus
xcpc
yabause
zsnes