From 061609ee57a201157a21d8d2c237f4f0be067bba Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 6 Dec 2022 23:57:09 -0600 Subject: guix: packages: Add type hint comment to home-page record field. * guix/packages.scm (package)[home-page]: Add type comment. Signed-off-by: Andrew Tropin --- guix/packages.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/packages.scm') diff --git a/guix/packages.scm b/guix/packages.scm index 6e61e16aa4..041a872f9d 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. ;;; @@ -610,7 +611,7 @@ Texinfo. Otherwise, return the string." (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)) -- cgit v1.2.3