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." #:scope (list "etc/news.scm" (make-regexp* "^po/")))) +(define-team vcs + (team 'vcs + #:name "Version control team" + #:description + "Version control packages, services, and Guix download backends." + #:scope (list "gnu/packages/version-control.scm" + "gnu/services/version-control.scm" + "gnu/tests/version-control.scm" + "guix/build/bzr.scm" + "guix/build/cvs.scm" + "guix/build/git.scm" + "guix/build/hg.scm" + "guix/build/svn.scm"))) + (define-team xfce (team 'xfce #:name "Xfce team" |
