nixpkgs/pkgs/development/libraries/audio
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
..
jamomacore treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
libbass libbass: update and use real version numbers 2019-08-17 10:52:41 +03:00
libbs2b treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
libgme treewide: name -> pname 2019-08-17 10:54:38 +00:00
libmysofa libmysofa: 0.9 -> 0.9.1 2020-01-06 15:32:07 -08:00
libsmf treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
lilv lilv: 0.24.4 -> 0.24.6 2020-01-20 15:55:57 +01:00
lv2 treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
lvtk treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
ntk treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
raul raul: unstable-2017-07-23 -> unstable-2019-12-09 2020-01-20 16:29:57 +01:00
rtaudio Merge pull request #67553 from Moredread/rtaudio-pulseaudio 2019-09-12 09:16:52 -04:00
rtmidi treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
sratom sratom: switch to python3 2019-12-15 01:50:37 +01:00
suil suil: 0.10.0 -> 0.10.6 2020-01-20 16:53:05 +01:00
vamp treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
zita-alsa-pcmi treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
zita-convolver treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
zita-resampler treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00