unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59871] [PATCH] guix: packages: Add type hint comment to home-page record field.
@ 2022-12-07  5:57 jgart via Guix-patches via
  2022-12-19 11:59 ` Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-12-07  5:57 UTC (permalink / raw)
  To: 59871; +Cc: jgart

* 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))
 
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#59871] [PATCH] guix: packages: Add type hint comment to home-page record field.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2022-12-19 11:59 UTC (permalink / raw)
  To: 59871; +Cc: jgart

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-19 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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