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-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-clipman-plugin xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-cpufreq-plugin xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-datetime-plugin xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0 2019-11-19 18:47:03 -05:00
xfce4-netload-plugin xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-pulseaudio-plugin treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
xfce4-vala-panel-appmenu-plugin xfce4-12.xfce4-vala-panel-appmenu-plugin: fix eval 2019-10-08 12:30:46 -04:00
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-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-xkb-plugin xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-cpugraph-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
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-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-fsguard-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-genmon-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-hardware-monitor-plugin.nix
xfce4-mailwatch-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-mpc-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-namebar-plugin.nix
xfce4-notes-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-sensors-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-systemload-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-timer-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-weather-plugin.nix xfce4-14: move to xfce and have only one version of xfce 2019-11-19 18:47:02 -05:00
xfce4-windowck-plugin.nix