From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51437) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCLrl-00060O-By for guix-patches@gnu.org; Thu, 12 Mar 2020 07:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCLrj-0003DH-2K for guix-patches@gnu.org; Thu, 12 Mar 2020 07:19:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50066) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCLri-0003C2-Ab for guix-patches@gnu.org; Thu, 12 Mar 2020 07:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCLri-0005Bl-6P for guix-patches@gnu.org; Thu, 12 Mar 2020 07:19:02 -0400 Subject: [bug#40038] [PATCH] gnu: guile-torrent: fix description according to guix lint References: <85eetxdefs.fsf@disroot.org> In-Reply-To: <85eetxdefs.fsf@disroot.org> Resent-Message-ID: From: nly@disroot.org (Amar M. Singh) Date: Thu, 12 Mar 2020 16:47:57 +0530 Message-ID: <85a74lddp6.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40038@debbugs.gnu.org --=-=-= Content-Type: text/plain fixed description styling. (and didn't forget to attach patch) Thanks, Amar --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-guile-torrent-fix-description-according-to-guix-.patch >From bbc6c42fda0a0495b432c0c530627a2600896e08 Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Thu, 12 Mar 2020 16:44:40 +0530 Subject: [PATCH] gnu: guile-torrent: fix description according to guix lint --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 7880e29b20..e214fe45b0 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3135,6 +3135,6 @@ over, or update a value in arbitrary data structures.") (home-page "https://github.com/o-nly/torrent") (synopsis "Torrent library for GNU Guile") (description - "This package provides facilities for working with `.torrent' or metainfo -files. Implements a bencode reader and writer according to Bitorrent BEP003.") + "This package provides facilities for working with @code{.torrent} or metainfo +files. Implements a bencode reader and writer according to Bitorrent BEP003.") (license license:gpl3+))) -- 2.25.1 --=-=-=--