mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: python-pylibmc: Fix description.
* gnu/packages/databases.scm (python-pylibmc)[description]: Fix Texinfo code markup. Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
5ae14eb9c8
commit
2bec2b41af
1 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
||||||
;;; Copyright © 2023 Munyoki Kilyungi <me@bonfacemunyoki.com>
|
;;; Copyright © 2023 Munyoki Kilyungi <me@bonfacemunyoki.com>
|
||||||
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
|
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -708,7 +709,7 @@ (define-public python-pylibmc
|
||||||
(description
|
(description
|
||||||
"@code{pylibmc} is a client in Python for memcached. It is a wrapper
|
"@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
|
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)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-bradfitz-gomemcache
|
(define-public go-github-com-bradfitz-gomemcache
|
||||||
|
|
Loading…
Reference in a new issue