* [bug#51802] [PATCH] guix: packages: Clarify that list is a list of license instances.
@ 2021-11-13 6:27 jgart via Guix-patches via
2021-11-13 9:00 ` bug#51802: [PATCH] guix: packages: Clarify that list is a list of Liliana Marie Prikler
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-11-13 6:27 UTC (permalink / raw)
To: 51802; +Cc: jgart
* guix/packages/packages.scm (<package>): Clarify that the license
field that is part of the package record can take a a list of
license instances.
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index 4b6098bb8d..1fd500b2b6 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -520,7 +520,7 @@ (define-record-type* <package>
(sanitize validate-texinfo)) ; one-line description
(description package-description
(sanitize validate-texinfo)) ; one or two paragraphs
- (license package-license) ; <license> instance or list
+ (license package-license) ; <license> instance or list thereof
(home-page package-home-page)
(supported-systems package-supported-systems ; list of strings
(default %supported-systems))
--
2.33.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#51802: [PATCH] guix: packages: Clarify that list is a list of ...
2021-11-13 6:27 [bug#51802] [PATCH] guix: packages: Clarify that list is a list of license instances jgart via Guix-patches via
@ 2021-11-13 9:00 ` Liliana Marie Prikler
2021-11-13 17:19 ` [bug#51802] " jgart via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2021-11-13 9:00 UTC (permalink / raw)
To: jgart; +Cc: 51802-done
Hi,
I've pushed your patch with the following changes:
> - (license package-license) ; <license> instance or list
> + (license package-license) ; <license> instance or list thereof
Kept within the character limit of 80.
> * guix/packages/packages.scm (<package>): Clarify that the license
> field that is part of the package record can take a a list of
> license instances.
Adjusted accordingly.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#51802] [PATCH] guix: packages: Clarify that list is a list of ...
2021-11-13 9:00 ` bug#51802: [PATCH] guix: packages: Clarify that list is a list of Liliana Marie Prikler
@ 2021-11-13 17:19 ` jgart via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-11-13 17:19 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 51802-done
On Sat, 13 Nov 2021 10:00:00 +0100 Liliana Marie Prikler <liliana.prikler@gmail.com> wrote:
> Hi,
>
> I've pushed your patch with the following changes:
> > - (license package-license) ; <license> instance or list
> > + (license package-license) ; <license> instance or list thereof
> Kept within the character limit of 80.
>
> > * guix/packages/packages.scm (<package>): Clarify that the license
> > field that is part of the package record can take a a list of
> > license instances.
> Adjusted accordingly.
>
> Thanks
Thank you Liliana. Much appreciated!
all best,
jgart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-13 17:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-13 6:27 [bug#51802] [PATCH] guix: packages: Clarify that list is a list of license instances jgart via Guix-patches via
2021-11-13 9:00 ` bug#51802: [PATCH] guix: packages: Clarify that list is a list of Liliana Marie Prikler
2021-11-13 17:19 ` [bug#51802] " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.