all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Raphaël Mélotte via Guix-patches" <guix-patches@gnu.org>
To: 54208@debbugs.gnu.org
Cc: "Raphaël Mélotte" <raphael.melotte@mind.be>
Subject: [bug#54208] [PATCH 2/2] gnu: tio: Improve style
Date: Tue,  1 Mar 2022 10:48:56 +0100	[thread overview]
Message-ID: <20220301094856.1526927-1-raphael.melotte@mind.be> (raw)
In-Reply-To: <20220301094723.1526130-1-raphael.melotte@mind.be>

Run "guix style tio" to improve the package style.
---
 gnu/packages/terminals.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eb81b5424e..4eb8e4859c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1368,18 +1368,19 @@ (define-public tio
   (package
     (name "tio")
     (version "1.35")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/tio/tio/releases/download/v"
-             version "/tio-" version ".tar.xz"))
-       (sha256
-        (base32 "02cx3hjk2rv2dmds2xi17ymi93k6zybapa33ydyfkx3mfvgfq28k"))))
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/tio/tio/releases/download/v" version
+                    "/tio-" version ".tar.xz"))
+              (sha256
+               (base32
+                "02cx3hjk2rv2dmds2xi17ymi93k6zybapa33ydyfkx3mfvgfq28k"))))
     (build-system meson-build-system)
     (home-page "https://tio.github.io/")
     (synopsis "Simple TTY terminal I/O application")
-    (description "tio is a simple TTY terminal application which features a
+    (description
+     "tio is a simple TTY terminal application which features a
 straightforward commandline interface to easily connect to TTY devices for
 basic input/output.")
     (license license:gpl2+)))
-- 
2.34.0





  reply	other threads:[~2022-03-01 10:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-01  9:47 [bug#54208] [PATCH 1/2] gnu: tio: Update to 1.35 Raphaël Mélotte via Guix-patches
2022-03-01  9:48 ` Raphaël Mélotte via Guix-patches [this message]
2022-03-11  0:34   ` [bug#54208] [PATCH 2/2] gnu: tio: Improve style Nicolas Goaziou
2022-03-11  0:34 ` [bug#54208] [PATCH 1/2] gnu: tio: Update to 1.35 Nicolas Goaziou

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=20220301094856.1526927-1-raphael.melotte@mind.be \
    --to=guix-patches@gnu.org \
    --cc=54208@debbugs.gnu.org \
    --cc=raphael.melotte@mind.be \
    /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.