nixos/ssmtp: minor typo fix

This commit is contained in:
Joe Edmonds 2020-10-22 09:34:21 -07:00 committed by GitHub
parent 7cf2a6d284
commit 1d420c8115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Configuration for `ssmtp', a trivial mail transfer agent that can # Configuration for `ssmtp', a trivial mail transfer agent that can
# replace sendmail/postfix on simple systems. It delivers email # replace sendmail/postfix on simple systems. It delivers email
# directly to an SMTP server defined in its configuration file, wihout # directly to an SMTP server defined in its configuration file, without
# queueing mail locally. # queueing mail locally.
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }: