[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Fix variable name of prosody-smacks.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Fix variable name of prosody-smacks. |
Date: |
Sun, 03 Mar 2024 01:17:30 -0500 |
This is an automated email from the git hooks/post-receive script.
lilyp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b0fb2c526b gnu: Fix variable name of prosody-smacks.
b0fb2c526b is described below
commit b0fb2c526b9ce346f4115e78754e845ca4d82ce2
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Mar 3 07:09:22 2024 +0100
gnu: Fix variable name of prosody-smacks.
In commit bca48fdef48150a3c4e96e3941feb1986ea3e631, 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>
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index aa9feffb97..03b7368ae0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Fix variable name of prosody-smacks.,
guix-commits <=