nixpkgs/pkgs/servers/http
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
..
apache-httpd nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use in the apachectl command 2020-01-08 10:37:46 -05:00
apache-modules Merge pull request #77011 from r-ryantm/auto-update/mod_wsgi 2020-01-09 05:34:03 -05:00
apt-cacher-ng treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
couchdb Merge branch 'master' into staging-next 2019-08-24 08:55:37 +02:00
darkhttpd treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
gatling treewide: name -> pname 2019-08-17 10:54:38 +00:00
h2o h2o: build with openssl 2019-12-21 22:55:58 +00:00
hiawatha maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
hyp hyp: move expression out python-packages.nix 2017-11-04 12:57:58 +01:00
jboss pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
jetty jetty: 9.4.22.v20191022 -> 9.4.24.v20191120 (#74417) 2019-11-30 22:03:40 +01:00
lighttpd Re-Revert "Merge branch 'staging-next'" 2019-09-22 09:38:09 +02:00
lwan lwan: 0.1 -> 0.2 2020-01-16 16:55:07 +00:00
micro-httpd treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
mini-httpd treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
myserver treewide: name -> pname 2019-08-17 10:54:38 +00:00
nginx Merge pull request #61722 from Izorkin/pinba-nginx 2020-01-04 07:58:18 -08:00
nix-binary-cache treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
openresty treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
pshs treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
redstore treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
showoff bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
spawn-fcgi treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
tengine treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
thttpd treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
tomcat treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
unit Merge master into staging-next 2020-01-02 21:41:13 +01:00
webfs treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
webhook treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
yaws treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00