mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
This commit is contained in:
parent
5744e4ba8f
commit
e30f48be94
111 changed files with 157 additions and 162 deletions
|
@ -407,7 +407,7 @@ in
|
|||
type = with lib.types; nullOr (enum ["plain" "login" "cram_md5"]);
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Authentication type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html
|
||||
Authentication type to use, see https://api.rubyonrails.org/classes/ActionMailer/Base.html
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -423,7 +423,7 @@ in
|
|||
type = lib.types.str;
|
||||
default = "peer";
|
||||
description = lib.mdDoc ''
|
||||
How OpenSSL checks the certificate, see http://api.rubyonrails.org/classes/ActionMailer/Base.html
|
||||
How OpenSSL checks the certificate, see https://api.rubyonrails.org/classes/ActionMailer/Base.html
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue