Merge pull request #101397 from joee/patch-2

nixos/ssmtp: minor typo fix
This commit is contained in:
Aaron Andersen
2020-10-22 21:51:23 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# Configuration for `ssmtp', a trivial mail transfer agent that can
# 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.
{ config, lib, pkgs, ... }: