diff mbox series

[bug#40038] gnu: guile-torrent: fix description according to guix lint

Message ID 85a74lddp6.fsf@disroot.org
State Accepted
Headers show
Series [bug#40038] gnu: guile-torrent: fix description according to guix lint | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Amar M. Singh March 12, 2020, 11:17 a.m. UTC
fixed description styling.

(and didn't forget to attach patch)

Thanks,
Amar
diff mbox series

Patch

From bbc6c42fda0a0495b432c0c530627a2600896e08 Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
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