1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops
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
..
cdesktopenv cdesktopenv: init at 2019-11-30 2019-12-15 22:28:31 +03:00
cinnamon cinnamon.cinnamon-desktop: init at 4.4.0 2020-01-20 02:02:20 +01:00
deepin Merge pull request #63813 from romildo/upd.deepin.startdde 2020-01-07 20:48:01 -05:00
enlightenment treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
gnome-2 treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
gnome-3 gdm: refactor to properly handle wayland sessions 2020-01-18 10:56:11 +01:00
gnustep gnustep/base: add libiberty to linker flags 2020-01-08 15:05:57 -05:00
lumina lumina.lumina-pdf: init at 2019-04-27 2019-05-24 18:14:46 -03:00
lxde/core tree-wide: s/GTK+/GTK/g 2019-09-06 02:54:53 +02:00
lxqt lxqt: restrict to linux platform 2019-11-02 13:36:21 -07:00
mate mate.engrampa: 1.22.2 -> 1.22.3 2020-01-06 07:39:25 -03:00
maxx gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
pantheon pantheon.wingpanel-indicator-session: 2.2.6 -> 2.2.7 2020-01-18 21:40:46 -05:00
plasma-5 Merge pull request #74262 from seqizz/g_krohnkite 2019-12-07 18:48:34 -06:00
rox/rox-filer treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
surf-display nixos/sessionPackages: provide session names in passthru 2019-12-15 04:16:18 +01:00
xfce treewide: fix redirected urls 2020-01-22 11:26:22 +01:00