This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e521059a43 doc: Fix typo.
e521059a43 is described below
commit e521059a432c92c5fa8a24c12d8311768a1e76bf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 31 10:16:57 2026 +0900
doc: Fix typo.
* doc/contributing.texi (Deprecation Policy): Add missing closing
parenthesis.
---
doc/contributing.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0ab5294f8e..e3ace45ac3 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -3151,7 +3151,7 @@ for @b{at least six months}, for instance by adding
@findex define-deprecated/public-alias
@lisp
(define-deprecated/public-alias @var{name}
- (@@ (gnu packages @var{new-module} @var{name}))
+ (@@ (gnu packages @var{new-module}) @var{name}))
@end lisp
in @var{gnu/packages/old-module.scm}.