nixpkgs/pkgs/development
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
..
androidndk-pkgs
arduino
beam-modules
bower-modules/generic
chez-modules
compilers treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
coq-modules
dhall-modules
dotnet-modules/patches
em-modules/generic
go-modules
go-packages
guile-modules
haskell-modules Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor' 2020-01-17 18:00:27 -05:00
idris-modules
interpreters treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
java-modules
libraries treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
lisp-modules
lua-modules treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
misc h3: 3.4.4 -> 3.6.2 2020-01-06 13:51:00 -08:00
mobile Merge pull request #75841 from lilyball/cocoapods-beta 2020-01-11 09:24:56 -05:00
node-packages nodePackages.dat: added dependencies to fix compilation 2020-01-03 13:01:38 +00:00
ocaml-modules ocamlPackages.re2: fix building with clang 2020-01-20 10:18:53 +01:00
perl-modules perlPackages.TimeDate: fix tests that fail as of 2020 2020-01-03 18:11:44 +01:00
pharo
pure-modules
python-modules treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
r-modules rgl: fix build 2020-01-01 20:37:38 +01:00
ruby-modules defaultGemConfig: remove asciidoctor-diagram JARs 2020-01-09 15:55:02 +00:00
tools treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
web nodejs-10_x: 10.18.0 -> 10.18.1 2020-01-09 18:00:00 -05:00