Merge pull request #113121 from exarkun/patch-5

nixos/gitlab: Fix typo in smtp auth options docs
This commit is contained in:
Sandro 2021-02-14 18:36:11 +01:00 committed by GitHub
commit 6b12f43331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {