diff options
| -rw-r--r-- | CODEOWNERS | 1 | ||||
| -rwxr-xr-x | etc/teams.scm | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index d90303c4399..b1174978728 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -23,6 +23,7 @@ guix/scripts/import/hexpm\.scm @guix/beam | |||
| 23 | 23 | ||
| 24 | gnu/packages/bioinformatics\.scm @guix/bioinformatics | 24 | gnu/packages/bioinformatics\.scm @guix/bioinformatics |
| 25 | 25 | ||
| 26 | gnu/packages/bootstrap\.scm @guix/bootstrap | ||
| 26 | gnu/packages/commencement\.scm @guix/bootstrap | 27 | gnu/packages/commencement\.scm @guix/bootstrap |
| 27 | gnu/packages/mes\.scm @guix/bootstrap | 28 | gnu/packages/mes\.scm @guix/bootstrap |
| 28 | 29 | ||
diff --git a/etc/teams.scm b/etc/teams.scm index 408f3f71f21..5bb29f14e4e 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -500,7 +500,8 @@ of Rebar and Mix build systems and Hex.pm importer." | |||
| 500 | (team 'bootstrap | 500 | (team 'bootstrap |
| 501 | #:name "Bootstrap" | 501 | #:name "Bootstrap" |
| 502 | #:description "Full-source bootstrap: stage0, Mes, Gash, etc." | 502 | #:description "Full-source bootstrap: stage0, Mes, Gash, etc." |
| 503 | #:scope (list "gnu/packages/commencement.scm" | 503 | #:scope (list "gnu/packages/bootstrap.scm" |
| 504 | "gnu/packages/commencement.scm" | ||
| 504 | "gnu/packages/mes.scm"))) | 505 | "gnu/packages/mes.scm"))) |
| 505 | 506 | ||
| 506 | (define-team c++ | 507 | (define-team c++ |
