guix-patches
[Top][All Lists]
Advanced

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

[bug#59871] [PATCH] guix: packages: Add type hint comment to home-page r


From: Andrew Tropin
Subject: [bug#59871] [PATCH] guix: packages: Add type hint comment to home-page record field.
Date: Mon, 19 Dec 2022 15:59:21 +0400

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: signature.asc
Description: PGP signature


reply via email to

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