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 > ;;; Copyright © 2021 Chris Marusich > ;;; Copyright © 2022 Maxime Devos > +;;; Copyright © 2022 jgart > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -609,7 +610,7 @@ (define-record-type* > (sanitize validate-texinfo)) ; one or two paragraphs > (license package-license ; (list of) > (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