mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: Fix typo in (gnu services mail) exports.
* gnu/services/mail.scm (define-module): Re-spell ‘%default-imap4d-config-file’.
This commit is contained in:
parent
75a73bb024
commit
f7dbf186b4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ (define-module (gnu services mail)
|
|||
imap4d-configuration
|
||||
imap4d-configuration?
|
||||
imap4d-service-type
|
||||
%defualt-imap4d-config-file))
|
||||
%default-imap4d-config-file))
|
||||
|
||||
;;; Commentary:
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue