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>
This commit is contained in:
Liliana Marie Prikler 2024-03-03 07:09:22 +01:00
parent 6f5ea7ac1a
commit b0fb2c526b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -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")