nixpkgs/pkgs/applications/networking/irc
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
..
bip treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
communi treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
epic5 maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
glowing-bear glowing-bear: 0.7.1 -> 0.7.2 2019-11-19 09:39:26 -08:00
hexchat hexchat: don't use libsexy in nixpkgs 2019-12-10 22:37:15 -05:00
ii Switch suckless.org URLs to https 2018-04-11 15:11:55 +02:00
irccloud treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
irssi Merge master into staging-next 2019-08-31 09:50:38 +02:00
konversation konversation: add patch "Fix build with Qt 5.13" 2019-08-16 11:26:17 +02:00
kvirc kvirc: use qt5.mkDerivation 2019-09-22 22:24:03 +03:00
quassel treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
qweechat
sic treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
tiny tiny: init at 0.5.1 2020-01-08 21:14:53 +02:00
weechat weechat: Fix build on Darwin 2019-12-19 10:01:55 -05:00
wraith treewide: fix redirected urls 2020-01-22 11:26:22 +01:00