nixpkgs/pkgs/desktops/xfce/panel-plugins
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
..
xfce4-battery-plugin
xfce4-clipman-plugin
xfce4-cpufreq-plugin
xfce4-datetime-plugin
xfce4-netload-plugin
xfce4-pulseaudio-plugin treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
xfce4-vala-panel-appmenu-plugin
xfce4-verve-plugin xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0 2019-11-28 01:33:00 +01:00
xfce4-whiskermenu-plugin
xfce4-xkb-plugin
xfce4-cpugraph-plugin.nix
xfce4-dict-plugin.nix treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
xfce4-dockbarx-plugin.nix
xfce4-embed-plugin.nix
xfce4-eyes-plugin.nix
xfce4-fsguard-plugin.nix
xfce4-genmon-plugin.nix
xfce4-hardware-monitor-plugin.nix
xfce4-mailwatch-plugin.nix
xfce4-mpc-plugin.nix
xfce4-namebar-plugin.nix
xfce4-notes-plugin.nix
xfce4-sensors-plugin.nix
xfce4-systemload-plugin.nix
xfce4-timer-plugin.nix
xfce4-weather-plugin.nix
xfce4-windowck-plugin.nix