~ruther/guix-local

bc072c9a57b9eb97326aa48f4896412c12998cc2 — Guillaume Le Vaillant 3 years ago 4b55151
etc: teams: Add description and scope for lisp team.

* etc/teams.scm.in (lisp): Add description and scope fields.
1 files changed, 8 insertions(+), 1 deletions(-)

M etc/teams.scm.in
M etc/teams.scm.in => etc/teams.scm.in +8 -1
@@ 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