3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/services
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
..
admin nixos/oxidized: add missing slash to PIDFile path 2020-01-06 16:58:54 +01:00
amqp treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
audio treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
backup treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
cluster nixos/kubernetes: allow configuring cfssl API server SANs 2020-01-18 23:39:21 -08:00
computing nixos/slurm: add option for external slurmdbd.conf 2019-11-10 21:28:09 +01:00
continuous-integration nixos/buildkite: make privateSshKeyPath optional 2020-01-20 11:10:56 +01:00
databases nixos/openldap: check configuration with slaptest 2020-01-12 14:25:49 +00:00
desktops nixos/pantheon: move contractor module into xservice 2019-12-20 09:26:35 -05:00
development lorri: add git to daemon path 2019-12-16 10:09:59 +01:00
editors treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
games nixos/openarena: fix service's binary name 2019-11-24 16:55:20 +01:00
hardware nixos/usbmuxd: Fix users.groups assignment 2020-01-12 16:53:27 +01:00
logging treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
mail tree-wide: fix more warning related to loaOf deprecation 2020-01-11 08:09:56 +01:00
misc Merge pull request #77553 from c0deaddict/fix/gitea-typo 2020-01-13 09:29:08 +01:00
monitoring treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
network-filesystems treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
networking nixos/corerad: init 2020-01-16 12:38:36 -08:00
printing treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
scheduling treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
search treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
security Merge pull request #76861 from Infinisil/paths-as-submodules 2020-01-12 14:19:04 +01:00
system treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
torrent nixos/transmission: Fix module code 2020-01-14 10:10:45 +01:00
ttys treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
web-apps nixos/nextcloud: added trusted_proxies setting (#77480) 2020-01-11 15:43:43 +01:00
web-servers Merge pull request #75602 from vanyaklimenko/nginx-gitweb-more-options 2020-01-15 21:16:24 -05:00
x11 Merge pull request #78018 from rnhmjoj/typo 2020-01-19 14:19:32 +01:00