all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 75019@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>
Subject: [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description.
Date: Sun, 22 Dec 2024 14:58:59 +0900	[thread overview]
Message-ID: <20241222055904.13117-1-gemmaro.dev@gmail.com> (raw)
In-Reply-To: <20241222031727.11116-1-gemmaro.dev@gmail.com>

* 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@bonfacemunyoki.com>
 ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@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





  reply	other threads:[~2024-12-22  6:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-22  3:17 [bug#75019] [PATCH 0/4] gnu: Fix package descriptions gemmaro
2024-12-22  5:58 ` gemmaro [this message]
2024-12-22  5:59   ` [bug#75019] [PATCH 2/4] gnu: emacs-howm: Fix description gemmaro
2024-12-22  5:59   ` [bug#75019] [PATCH 3/4] gnu: emacs-eimp: " gemmaro
2024-12-22  5:59   ` [bug#75019] [PATCH 4/4] gnu: emacs-slite: " gemmaro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241222055904.13117-1-gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=75019@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.