unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 59871@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#59871] [PATCH] guix: packages: Add type hint comment to home-page record field.
Date: Mon, 19 Dec 2022 15:59:21 +0400	[thread overview]
Message-ID: <878rj3zjs6.fsf@trop.in> (raw)
In-Reply-To: <20221207055709.31601-1-jgart@dismail.de>

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

On 2022-12-06 23:57, jgart via Guix-patches via wrote:

> * guix/packages.scm (package)[home-page]: Add type comment.
> ---
>  guix/packages.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/guix/packages.scm b/guix/packages.scm
> index 8f119d9fa7..1708c35b3d 100644
> --- a/guix/packages.scm
> +++ b/guix/packages.scm
> @@ -8,6 +8,7 @@
>  ;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
>  ;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
>  ;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
> +;;; Copyright © 2022 jgart <jgart@dismail.de>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -609,7 +610,7 @@ (define-record-type* <package>
>                 (sanitize validate-texinfo))       ; one or two paragraphs
>    (license package-license                        ; (list of) <license>
>             (sanitize validate-license))
> -  (home-page package-home-page)
> +  (home-page package-home-page)                   ; string
>    (supported-systems package-supported-systems    ; list of strings
>                       (default %supported-systems))

Applied, thank you, pushed as 061609ee57.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2022-12-19 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07  5:57 [bug#59871] [PATCH] guix: packages: Add type hint comment to home-page record field jgart via Guix-patches via
2022-12-19 11:59 ` Andrew Tropin [this message]

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rj3zjs6.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=59871@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).