nixpkgs/pkgs/tools/archivers
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
..
afio treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
atool treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
cabextract cabextract: 1.9 -> 1.9.1 2019-03-05 18:52:41 +01:00
cpio cpio: 2.12 -> 2.13 2019-11-12 14:46:08 +01:00
cromfs
ctrtool ctrtool: 0.15 -> 0.16 2019-08-08 17:23:14 +02:00
fsarchiver treewide: name -> pname 2019-08-17 10:54:38 +00:00
gnutar treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
innoextract Treewide: fix URL permanent redirects 2019-11-16 01:41:23 +01:00
ndstool ndstool: init at 2.1.2 2019-05-27 17:03:58 +02:00
p7zip treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
pxattr treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
rpmextract treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
runzip treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
s-tar treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
sharutils maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
snzip snzip: init at 1.0.4 2019-10-21 16:10:47 +02:00
unar
unarj treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
undmg treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
unp treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
unrar treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
unshield treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
unzip unzip: *Flags are lists 2019-12-30 11:13:42 +01:00
wimlib treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
xarchive tree-wide: s/GTK+/GTK/g 2019-09-06 02:54:53 +02:00
xarchiver treewide: drop adding hicolor-icon-theme where possible 2019-09-18 22:47:26 +02:00
zip zip: *Flags are lists 2019-12-30 11:13:42 +01:00
zpaq treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00