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