3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/blockchains
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
..
aeon aeon: 0.12.9.0 -> 0.13.0.0 2019-11-03 14:26:32 +01:00
cryptop
exodus
ledger-live-desktop ledger-live-desktop: 1.19.2 -> 1.20.0 2020-01-08 18:10:26 +01:00
monero monero: 0.15.0.0 -> 0.15.0.1 2019-12-09 18:56:27 +01:00
monero-gui Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
nano-wallet Merge staging-next into staging 2019-09-09 08:11:34 +02:00
parity parity-beta: 2.6.5 -> 2.6.6 2019-12-06 20:54:08 +08:00
parity-ui
particl
polkadot treewide: fix cargoSha256 (again) 2019-12-20 20:08:53 +00:00
wasabiwallet wasabiwallet: use dotnet runtime instead of sdk 2020-01-19 14:30:39 -08:00
zcash zcash: 1.0.13 -> 2.1.0-1 2019-11-26 00:01:37 +01:00
bitcoin-abc.nix bitcoin-abc: 0.20.8 -> 0.20.9 2020-01-06 20:14:53 +01:00
bitcoin-classic.nix
bitcoin-unlimited.nix bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0 2019-12-08 23:35:13 +01:00
bitcoin.nix bitcoin: install desktop file and pixmaps 2019-12-13 09:35:36 +00:00
btc1.nix
clightning.nix clightning: 0.7.3 -> 0.8.0 2019-12-19 20:31:51 +00:00
dashpay.nix
dcrd.nix
dcrwallet.nix
dero.nix
dogecoin.nix dogecoind: 1.14.1 -> 1.14.2 2019-11-25 13:00:47 -08:00
ethabi.nix
fix-bitcoin-qt-build.patch
freicoin.nix
go-ethereum.nix go-ethereum: 1.9.8 -> 1.9.9 2019-12-06 20:45:00 +08:00
litecoin.nix
lnd.nix lnd: 0.7.1 -> 0.8.1 2019-11-17 15:35:51 +00:00
masari.nix
mist.nix
namecoin.nix
pivx.nix pivx: 3.4.0 -> 4.0.0 2020-01-04 11:49:32 +00:00
stellar-core-dirty-version.patch
stellar-core.nix
sumokoin.nix
wownero.nix treewide: fix redirected urls 2020-01-22 11:26:22 +01:00