3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules
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
..
config treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
hardware Merge pull request #77690 from gnidorah/way-cooler 2020-01-18 14:50:41 -05:00
i18n/input-method nixos/ibus: fix missing dconf profile 2020-01-06 20:30:37 +09:00
installer Improve documentation for stateVersion 2020-01-07 22:27:03 +01:00
misc lib.commitIdFromGitRepo: support git-worktree 2020-01-10 22:29:48 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs Merge pull request #77690 from gnidorah/way-cooler 2020-01-18 14:50:41 -05:00
security nixos/pam: cleanup services (#76885) 2020-01-09 10:09:13 +00:00
services treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
system nixos/systemd-lib: don't fail on systemd.packages duplicates 2020-01-07 21:42:14 -05:00
tasks nixos/powertop: wait for hardware to initialize 2020-01-09 19:45:41 +08:00
testing nixos/testing: remove leftover of virtualisation.qemu.program 2019-08-29 10:12:13 +02:00
virtualisation treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
module-list.nix Merge pull request #77690 from gnidorah/way-cooler 2020-01-18 14:50:41 -05:00
rename.nix way-cooler: Remove 2020-01-18 18:25:01 +03:00