mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
teams: debian: Add team.
* etc/teams.scm (debian): Add team. [Vagrant Cascadian]: Add to debian team. * CODEOWNERS: Rebuild. Change-Id: Iab42f6d6ba94fece017e137bd6a9ee280a849b19 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
5138923454
commit
70a3479438
2 changed files with 10 additions and 1 deletions
|
@ -116,6 +116,8 @@ guix/build/gnu-build-system\.scm @guix/core-packages
|
|||
guix/build/utils\.scm @guix/core-packages
|
||||
guix/build-system/gnu\.scm @guix/core-packages
|
||||
|
||||
gnu/packages/debian\.scm @guix/debian
|
||||
|
||||
\.texi$ @guix/documentation
|
||||
doc/build\.scm @guix/documentation
|
||||
gnu/system/examples/bare-bones\.tmpl @guix/documentation
|
||||
|
|
|
@ -574,6 +574,13 @@ already exists. Lookup team IDs among CURRENT-TEAMS."
|
|||
"guix/build/utils.scm"
|
||||
"guix/build-system/gnu.scm")))
|
||||
|
||||
(define-team debian
|
||||
(team 'debian
|
||||
#:name "Debian team"
|
||||
#:description
|
||||
"Packages related to Debian and Debian derivatives."
|
||||
#:scope (list "gnu/packages/debian.scm")))
|
||||
|
||||
(define-team documentation
|
||||
(team 'documentation
|
||||
#:name "Documentation"
|
||||
|
@ -1131,7 +1138,7 @@ the \"texlive\" importer."
|
|||
(define-member (person "Vagrant Cascadian"
|
||||
"vagrant@debian.org"
|
||||
"vagrantc")
|
||||
embedded)
|
||||
debian embedded)
|
||||
|
||||
(define-member (person "Vagrant Cascadian" ;XXX: duplicate
|
||||
"vagrant@reproducible-builds.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue