etc: teams: Add description and scope for lisp team.

* etc/teams.scm.in (lisp): Add description and scope fields.
This commit is contained in:
Guillaume Le Vaillant 2022-09-26 11:10:24 +02:00
parent 4b551518d0
commit bc072c9a57
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 8 additions and 1 deletions

View File

@ -189,7 +189,14 @@ ecosystem."
(define-team lisp
(team 'lisp
#:name "Lisp team"))
#:name "Lisp team"
#:description
"Common Lisp and similar languages, Common Lisp packages and the
asdf-build-system."
#:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
"guix/build/asdf-build-system.scm"
"guix/build/lisp-utils.scm"
"guix/build-system/asdf.scm")))
(define-team ruby
(team 'ruby