From 2bec2b41af722d54087d379477297b41c47b64d9 Mon Sep 17 00:00:00 2001 From: gemmaro Date: Sun, 22 Dec 2024 14:58:59 +0900 Subject: gnu: python-pylibmc: Fix description. * gnu/packages/databases.scm (python-pylibmc)[description]: Fix Texinfo code markup. Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426 Signed-off-by: Zheng Junjie --- 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 170906c087..c0749d5b64 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -63,6 +63,7 @@ ;;; Copyright © 2023 Munyoki Kilyungi ;;; Copyright © 2023 Giacomo Leidi ;;; Copyright © 2024 Troy Figiel +;;; Copyright © 2024 gemmaro ;;; ;;; This file is part of GNU Guix. ;;; @@ -708,7 +709,7 @@ client.") (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 -- cgit v1.2.3