mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
teams: Add hurd team.
* etc/teams.scm (hurd): New team. Change-Id: Id3b4d8ac3eed8c7773a45d0fe8a17154c6427aa1
This commit is contained in:
parent
58a134224e
commit
7e923dfb35
1 changed files with 9 additions and 0 deletions
|
@ -610,6 +610,15 @@ (define-team zig
|
|||
"guix/build/zig-build-system.scm"
|
||||
"guix/build-system/zig.scm")))
|
||||
|
||||
(define-team hurd
|
||||
(team 'hurd
|
||||
#:name "Team for the Hurd"
|
||||
#:scope (list "gnu/system/hurd.scm"
|
||||
"gnu/system/images/hurd.scm"
|
||||
"gnu/build/hurd-boot.scm"
|
||||
"gnu/services/hurd.scm"
|
||||
"gnu/packages/hurd.scm")))
|
||||
|
||||
|
||||
(define-member (person "Eric Bavier"
|
||||
"bavier@posteo.net")
|
||||
|
|
Loading…
Reference in a new issue