summaryrefslogtreecommitdiff
path: root/etc/teams.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/teams.scm')
-rwxr-xr-xetc/teams.scm21
1 files changed, 18 insertions, 3 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 0655a069b9..f86d5c65c8 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -434,6 +434,16 @@ asdf-build-system."
(make-regexp* "^guix/scripts/")
(make-regexp* "^guix/store/"))))
+(define-team documentation
+ (team 'documentation
+ #:name "Documentation"
+ #:description "Documentation: the manual and cookbook."
+ #:scope (list (make-regexp* "\\.texi$")
+ "doc/build.scm"
+ "gnu/system/examples/bare-bones.tmpl"
+ "gnu/system/examples/lightweight-desktop.tmpl"
+ "gnu/system/examples/desktop.tmpl")))
+
(define-team core-packages
(team 'core-packages
#:name "Core packages"
@@ -582,7 +592,8 @@ GLib/GIO, GTK, GStreamer and Webkit."
(define-member (person "Ludovic Courtès"
"ludo@gnu.org")
- core home bootstrap core-packages installer mentors)
+ core home bootstrap core-packages installer
+ documentation mentors)
(define-member (person "Andreas Enge"
"andreas@enge.fr")
@@ -626,7 +637,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
(define-member (person "Florian Pelz"
"pelzflorian@pelzflorian.de")
- translations)
+ documentation translations)
(define-member (person "Liliana Marie Prikler"
"liliana.prikler@gmail.com")
@@ -678,7 +689,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
(define-member (person "Maxim Cournoyer"
"maxim.cournoyer@gmail.com")
- gnome qt telephony)
+ documentation gnome qt telephony)
(define-member (person "Katherine Cox-Buday"
"cox.katherine.e+guix@gmail.com")
@@ -724,6 +735,10 @@ GLib/GIO, GTK, GStreamer and Webkit."
"adam.faiz@disroot.org")
games)
+(define-member (person "Matthew Trzcinski"
+ "matt@excalamus.com")
+ documentation)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))