gnu: Fix variable name of prosody-smacks.
In commit bca48fdef4
, it was inadvertently
changed to “prosody-smack”. The CLI is not affected.
* gnu/packages/messaging.scm (prosody-smack): Rename to…
(prosody-smacks): … this.
Fixes: “Another silly refactoring mistake” <https://bugs.gnu.org/69272#70>
Reported-by: Carlo Zancanaro <carlo@zancanaro.id.au>
master
parent
6f5ea7ac1a
commit
b0fb2c526b
|
@ -1617,7 +1617,7 @@ protocols.")
|
|||
(description "This module implements XEP-0363: it allows clients to
|
||||
upload files over HTTP.")))
|
||||
|
||||
(define-public prosody-smack
|
||||
(define-public prosody-smacks
|
||||
(package
|
||||
(inherit (prosody-module "mod_smacks"))
|
||||
(synopsis "XEP-0198: Reliability and fast reconnects for XMPP")
|
||||
|
|
Reference in New Issue