all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 54208@debbugs.gnu.org
Cc: raphael.melotte@mind.be
Subject: [bug#54208] [PATCH 2/2] gnu: tio: Improve style
Date: Fri, 11 Mar 2022 01:34:37 +0100	[thread overview]
Message-ID: <87wnh1499e.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20220301094856.1526927-1-raphael.melotte@mind.be> ("Raphaël Mélotte via Guix-patches"'s message of "Tue, 1 Mar 2022 10:48:56 +0100")

Hello,

Raphaël Mélotte via Guix-patches <guix-patches@gnu.org> writes:

> 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+)))

I'd rather drop that patch, since this is all about whitespace.

Regards,
-- 
Nicolas Goaziou




  reply	other threads:[~2022-03-11  0:35 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 ` [bug#54208] [PATCH 2/2] gnu: tio: Improve style Raphaël Mélotte via Guix-patches
2022-03-11  0:34   ` Nicolas Goaziou [this message]
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=87wnh1499e.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --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.