nixpkgs/pkgs/shells
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
..
any-nix-shell treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
bash treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
dash dash: add licenses 2018-11-15 00:13:52 +01:00
dgsh treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
elvish elvish: a small fixup (#54531) 2019-01-26 14:25:20 +00:00
es treewide: name -> pname 2019-08-17 10:54:38 +00:00
fish fish: fix systemctl completion 2020-01-17 17:42:33 +01:00
ion Adding passthru to ion shell to allow using it as a login shell as advised for a similar case in https://github.com/NixOS/nixpkgs/issues/45830 2019-12-31 06:40:07 +01:00
jush jush: init at 0.1 2019-04-30 23:41:58 -05:00
ksh ksh: add patch to fix darwin build 2019-12-30 03:50:35 +01:00
liquidprompt liquidprompt: init at 2018-05-21 2019-09-19 13:49:05 +02:00
mksh treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
mrsh mrsh: enable on darwin 2020-01-18 04:20:00 -05:00
nushell nushell: 0.7.1 -> 0.8.0 2020-01-07 19:58:06 +02:00
oh oh: add missing description & homepage 2019-11-10 07:59:05 +01:00
oil oil: 0.7.pre9 -> 0.7.pre11 2020-01-19 11:33:10 +02:00
pash treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
powershell powershell: set shellPath 2019-12-31 13:25:47 -05:00
rc treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
rssh treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
rush rush: 1.9 -> 2.1 2019-07-16 13:58:03 -07:00
tcsh treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
xonsh treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
zsh zsh-you-should-use: 1.6.0 -> 1.7.0 2020-01-20 13:44:29 +01:00