diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-20 10:41:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-20 10:43:25 +0200 |
commit | f7dbf186b4fbe49bcfe22494804c9e3176a3dd0e (patch) | |
tree | 3ec430a68e42357d18f51d0e1caf15073c138485 /gnu/services | |
parent | 75a73bb024c840dc7a917a527915ff8d8d918af8 (diff) | |
download | guix-f7dbf186b4fbe49bcfe22494804c9e3176a3dd0e.tar guix-f7dbf186b4fbe49bcfe22494804c9e3176a3dd0e.tar.gz |
services: Fix typo in (gnu services mail) exports.
* gnu/services/mail.scm (define-module):
Re-spell ‘%default-imap4d-config-file’.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm index 216b2c80b0..0e85ada3d0 100644 --- a/gnu/services/mail.scm +++ b/gnu/services/mail.scm @@ -69,7 +69,7 @@ imap4d-configuration imap4d-configuration? imap4d-service-type - %defualt-imap4d-config-file)) + %default-imap4d-config-file)) ;;; Commentary: ;;; |