guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: services: prosody: Add a description to the prosody-service-type.


From: Clément Lassieur
Subject: 01/02: services: prosody: Add a description to the prosody-service-type.
Date: Mon, 30 Apr 2018 18:26:33 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 9c6a461cf0512b8f43f83837907f35cf2255077e
Author: Clément Lassieur <address@hidden>
Date:   Tue May 1 00:05:16 2018 +0200

    services: prosody: Add a description to the prosody-service-type.
    
    * gnu/services/messaging.scm (prosody-service-type)[description]: New field.
---
 gnu/services/messaging.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 80ffed0..8ab1481 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -691,7 +691,9 @@ See also @url{https://prosody.im/doc/modules/mod_muc}.";
                        (service-extension account-service-type
                                           (const %prosody-accounts))
                        (service-extension activation-service-type
-                                          prosody-activation)))))
+                                          prosody-activation)))
+                (description
+                 "Run Prosody, a modern XMPP communication server.")))
 
 ;; A little helper to make it easier to document all those fields.
 (define (generate-documentation)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]