diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-16 11:11:31 +0900 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-16 08:19:28 +0100 |
| commit | fa67dd643eca383a9093357760b25b16ac1e120a (patch) | |
| tree | 8aa17c8e962358d8deb53108a5e48211ae5de2fc /etc | |
| parent | 21dc3404beeb36eca14d41ba6cb27240a2025179 (diff) | |
teams: Add Version control team.
* etc/teams.scm (vcs): New team.
* CODEOWNERS: Regenerate file.
Merges guix/guix!6165
Change-Id: I9f1edb67e52c08ad69199f991fc8fa42a334ddb8
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/teams.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index 1bc8891c246..d318ded7ca4 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -1197,6 +1197,20 @@ the \"texlive\" importer." | |||
| 1197 | #:scope (list "etc/news.scm" | 1197 | #:scope (list "etc/news.scm" |
| 1198 | (make-regexp* "^po/")))) | 1198 | (make-regexp* "^po/")))) |
| 1199 | 1199 | ||
| 1200 | (define-team vcs | ||
| 1201 | (team 'vcs | ||
| 1202 | #:name "Version control team" | ||
| 1203 | #:description | ||
| 1204 | "Version control packages, services, and Guix download backends." | ||
| 1205 | #:scope (list "gnu/packages/version-control.scm" | ||
| 1206 | "gnu/services/version-control.scm" | ||
| 1207 | "gnu/tests/version-control.scm" | ||
| 1208 | "guix/build/bzr.scm" | ||
| 1209 | "guix/build/cvs.scm" | ||
| 1210 | "guix/build/git.scm" | ||
| 1211 | "guix/build/hg.scm" | ||
| 1212 | "guix/build/svn.scm"))) | ||
| 1213 | |||
| 1200 | (define-team xfce | 1214 | (define-team xfce |
| 1201 | (team 'xfce | 1215 | (team 'xfce |
| 1202 | #:name "Xfce team" | 1216 | #:name "Xfce team" |
