diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-11-27 17:46:50 +0900 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-15 23:10:25 +0200 |
| commit | 05e669ac50cd15db30c2bfc0681a4c2a24cf080d (patch) | |
| tree | 724f182b0d66d5bda6b553a516f9f6bcc7d3bbe6 /CODEOWNERS | |
| parent | 08341ec277cdeb84e662e3c11ab2b4ada06fd48b (diff) | |
guix: Implement fossil-download.
* guix/fossil-download.scm: New file.
* guix/build/fossil.scm: New file.
* Makefile.am (MODULES): Add them.
* etc/teams.scm (core)[#:scope]: Add "guix/fossil-download.scm".
(vcs)[#:scope]: Add "guix/build/fossil.scm".
* CODEOWNERS: Regenerate file.
* doc/guix.texi (origin Reference): Document fossil-fetch
and fossil-reference.
* NEWS: Add entry about fossil-fetch.
Change-Id: Ia252bcbbb417159a842d5092a937e2aad55a1656
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'CODEOWNERS')
| -rw-r--r-- | CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 2daec3630cc..1b7dc17d1f5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -68,6 +68,7 @@ guix/discovery\.scm @guix/core | |||
| 68 | guix/docker\.scm @guix/core | 68 | guix/docker\.scm @guix/core |
| 69 | guix/download\.scm @guix/core | 69 | guix/download\.scm @guix/core |
| 70 | guix/elf\.scm @guix/core | 70 | guix/elf\.scm @guix/core |
| 71 | guix/fossil-download\.scm @guix/core | ||
| 71 | guix/ftp-client\.scm @guix/core | 72 | guix/ftp-client\.scm @guix/core |
| 72 | guix/gexp\.scm @guix/core | 73 | guix/gexp\.scm @guix/core |
| 73 | guix/git-authenticate\.scm @guix/core | 74 | guix/git-authenticate\.scm @guix/core |
| @@ -484,6 +485,7 @@ gnu/services/version-control\.scm @guix/vcs | |||
| 484 | gnu/tests/version-control\.scm @guix/vcs | 485 | gnu/tests/version-control\.scm @guix/vcs |
| 485 | guix/build/bzr\.scm @guix/vcs | 486 | guix/build/bzr\.scm @guix/vcs |
| 486 | guix/build/cvs\.scm @guix/vcs | 487 | guix/build/cvs\.scm @guix/vcs |
| 488 | guix/build/fossil\.scm @guix/vcs | ||
| 487 | guix/build/git\.scm @guix/vcs | 489 | guix/build/git\.scm @guix/vcs |
| 488 | guix/build/hg\.scm @guix/vcs | 490 | guix/build/hg\.scm @guix/vcs |
| 489 | guix/build/svn\.scm @guix/vcs | 491 | guix/build/svn\.scm @guix/vcs |
