GNU bug report logs -
#75019
[PATCH 0/4] gnu: Fix package descriptions.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Sun, 22 Dec 2024 03:21:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 75019 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-pylibmc)[description]:
Fix Texinfo code markup.
Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 4ed9b11647..2ec2c23cde 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2023 Munyoki Kilyungi <me <at> bonfacemunyoki.com>
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2024 Troy Figiel <troy <at> troyfigiel.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -707,7 +708,7 @@ (define-public python-pylibmc
(description
"@code{pylibmc} is a client in Python for memcached. It is a wrapper
around TangentOrg’s libmemcached library, and can be used as a drop-in
-replacement for the code@{python-memcached} library.")
+replacement for the @code{python-memcached} library.")
(license license:bsd-3)))
(define-public go-github-com-bradfitz-gomemcache
--
2.46.0
This bug report was last modified 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.