[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
From: |
jgart |
Subject: |
[bug#59034] [PATCH] etc: teams: Add more scopes for lisp team. |
Date: |
Sat, 5 Nov 2022 08:36:19 -0500 |
On Sat, 05 Nov 2022 12:18:51 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> "( via Guix-patches" via <guix-patches@gnu.org> skribis:
>
> > Heya,
> >
> > On Sat Nov 5, 2022 at 1:35 AM GMT, jgart via Guix-patches via wrote:
> >> #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
> >> + "gnu/packages/lisp-xyz.scm"
> >> + "gnu/packages/lisp-check.scm"
> >
> > These are already covered by the ``^gnu/packages/lisp(-.+|)\\.scm$''
> > regexp.
Oops missed that, thanks for pointing it out.