diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-05-23 21:41:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-28 19:20:23 +0200 |
commit | 22f50f439b0d47cde8c9989f38b7a15e7a5a01b3 (patch) | |
tree | 2e87f9a9847807cfaa32817faad422c63d614e5d /etc | |
parent | 1b7a11efb0e5efd987f795006437888e681751c4 (diff) |
teams: Add missing team descriptions.
* etc/teams.scm (bootstrap, hurd): Add #:description.
Change-Id: I531907763c746420a60daf6a5c33ec586565db07
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/teams.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index 9fa189a92c..4b06d3a937 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -126,6 +126,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" (define-team bootstrap (team 'bootstrap #:name "Bootstrap" + #:description "Full-source bootstrap: stage0, Mes, Gash, etc." #:scope (list "gnu/packages/commencement.scm" "gnu/packages/mes.scm"))) @@ -355,6 +356,7 @@ the haskell-build-system." (define-team hurd (team 'hurd #:name "Team for the Hurd" + #:description "GNU Hurd packages and operating system support." #:scope (list "gnu/system/hurd.scm" "gnu/system/images/hurd.scm" "gnu/build/hurd-boot.scm" |