Merge pull request #113121 from exarkun/patch-5
nixos/gitlab: Fix typo in smtp auth options docs
This commit is contained in:
commit
6b12f43331
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ in {
|
|||
authentication = mkOption {
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
description = "Authentitcation type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
|
||||
description = "Authentication type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
|
||||
};
|
||||
|
||||
enableStartTLSAuto = mkOption {
|
||||
|
|
Loading…
Reference in a new issue