nixpkgs/pkgs/misc
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
..
acpilight
apulse
arm-trusted-firmware armTrustedFirmwareS905: init 2019-12-05 21:59:07 -05:00
base16-builder
base16-shell-preview
beep treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
brightnessctl
calaos/installer
cups Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
documentation-highlighter
doge
drivers treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
dumb
emulators Merge pull request #77520 from thefloweringash/libretro-snes9x-src 2020-01-13 11:47:32 -05:00
foldingathome
frescobaldi frescobaldi: 3.0.0 -> 3.1 (#76889) 2020-01-03 12:24:59 -05:00
ghostscript treewide: configureFlags is a flat list 2019-12-31 01:34:39 +01:00
gnash Merge staging-next into staging 2019-11-24 10:13:31 +01:00
gnuk
jackaudio jack2: 1.9.13 -> 1.9.14, fix build arm 2019-11-19 17:26:41 -05:00
lguf-brightness
libcardiacarrest
lightspark
lilypond
logging/beats packetbeat7: 7.3.1 -> 7.5.1 2020-01-06 15:24:25 +02:00
long-shebang
meson-tools meson-tools: init at 0.1 2019-12-05 21:59:07 -05:00
mnemonicode
mxt-app
my-env
riscv-pk
rkdeveloptool
sailsd sailsd: 0.2.0 -> 0.3.0 2019-12-08 15:04:38 +01:00
scrcpy scrcpy: 1.10 -> 1.12.1 2019-12-20 09:55:14 +01:00
scream-receivers Merge pull request #77900 from r-ryantm/auto-update/scream-receivers 2020-01-20 07:28:00 -05:00
screensavers treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
seafile-shared seafile-shared: 7.0.2 -> 7.0.5 and cleanup 2020-01-15 23:02:00 +01:00
sndio sndio: fix lib install name on darwin 2019-11-13 22:56:45 -05:00
solfege
sound-of-sorting
source-and-tags
stabber
talkfilters
tmux-plugins tmuxPlugins.ctrlw: 0.1.0 -> 0.1.1 2019-12-09 14:47:12 -05:00
uboot Merge pull request #75069 from lopsided98/uboot-odroid-c2 2020-01-07 19:07:47 -05:00
uq
urbit
vim-plugins vimPlugins.vim-indentwise: init a 2015-06-07 2020-01-20 15:53:43 +01:00
vscode-extensions vscode-extensions.ms-python.python: 2019.10.44104 update language server 2020-01-15 22:31:25 -08:00
xosd