nixpkgs/pkgs
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
..
applications treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
build-support mirrors.nix: Use HTTPS in maven mirrors 2020-01-20 09:54:14 +01:00
common-updater
data treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
desktops treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
development treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
games treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
misc treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
os-specific treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
servers treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
shells treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
stdenv pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake 2020-01-03 11:31:17 -05:00
test Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor' 2020-01-17 18:00:27 -05:00
tools treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
top-level ingen: unstable-2017-07-22 unstable-2019-12-09 2020-01-20 16:22:48 +01:00