guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54208] [PATCH 2/2] gnu: tio: Improve style


From: Raphaël Mélotte
Subject: [bug#54208] [PATCH 2/2] gnu: tio: Improve style
Date: Tue, 1 Mar 2022 10:48:56 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]