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 tree-wide: fix malformed meta.maintainers 2019-08-19 11:58:27 +02:00
apulse treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
arm-trusted-firmware armTrustedFirmwareS905: init 2019-12-05 21:59:07 -05:00
base16-builder treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
base16-shell-preview maintainers: add rencire 2019-04-16 23:17:22 -07:00
beep treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
brightnessctl treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
calaos/installer calaos_installer: fix darwin install (#46629) 2018-09-13 23:40:30 +02:00
cups Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
documentation-highlighter
doge doge: Init at 3.5.0 2019-05-08 03:48:30 +09:00
drivers treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
dumb treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
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 gnuk: 1.0.4 -> 1.2.14 2019-09-13 18:59:45 +02:00
jackaudio jack2: 1.9.13 -> 1.9.14, fix build arm 2019-11-19 17:26:41 -05:00
lguf-brightness lguf-brightness: unstable-2019-02-07 -> unstable-2019-02-11 2019-02-11 13:48:58 +01:00
libcardiacarrest treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
lightspark treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
lilypond treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
logging/beats packetbeat7: 7.3.1 -> 7.5.1 2020-01-06 15:24:25 +02:00
long-shebang treewide: name -> pname 2019-08-17 10:54:38 +00:00
meson-tools meson-tools: init at 0.1 2019-12-05 21:59:07 -05:00
mnemonicode treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
mxt-app treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
my-env
riscv-pk
rkdeveloptool rkdeveloptool: init at 1.3 2019-01-18 17:53:21 -05:00
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 gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
sound-of-sorting treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
source-and-tags
stabber treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
talkfilters talkfilters: update homepage 2018-09-03 22:36:56 +02:00
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 uq: init at 2018-05-27 2019-08-30 19:54:02 +03:00
urbit treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
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 treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00