diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-03 20:01:17 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-06 20:42:24 +0000 |
| commit | 4a3dccedac79db5a93661bac3c66f645f44a52b0 (patch) | |
| tree | 5a1cbddbd009992844e9f896ddbc4d3256ca3175 /CODEOWNERS | |
| parent | 001caf6e6374ac8d300e4b727bac308432f8f5e9 (diff) | |
teams: python: Adopt build/toml and tests/toml.
This is a following up discussion from
<https://codeberg.org/guix/guix/pulls/5156#issuecomment-11164088>.
* etc/teams.scm (python)<#:scope>: Sort alphabetcially; add
"guix/build/toml.scm", and "tests/toml.scm".
* CODEOWNERS: Regenerate file.
Change-Id: I65d9b319eff8bbd240c74851dbd0b56f2b0e6c27
Diffstat (limited to 'CODEOWNERS')
| -rw-r--r-- | CODEOWNERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 1d234d8b3bd..3113d1a31c3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -338,13 +338,15 @@ gnu/packages/jupyter\.scm @guix/python | |||
| 338 | gnu/packages/python(-.+|)\.scm$ @guix/python | 338 | gnu/packages/python(-.+|)\.scm$ @guix/python |
| 339 | gnu/packages/sphinx\.scm @guix/python | 339 | gnu/packages/sphinx\.scm @guix/python |
| 340 | gnu/packages/tryton\.scm @guix/python | 340 | gnu/packages/tryton\.scm @guix/python |
| 341 | guix/build/pyproject-build-system\.scm @guix/python | ||
| 342 | guix/build-system/pyproject\.scm @guix/python | 341 | guix/build-system/pyproject\.scm @guix/python |
| 343 | guix/build/python-build-system\.scm @guix/python | ||
| 344 | guix/build-system/python\.scm @guix/python | 342 | guix/build-system/python\.scm @guix/python |
| 343 | guix/build/pyproject-build-system\.scm @guix/python | ||
| 344 | guix/build/python-build-system\.scm @guix/python | ||
| 345 | guix/build/toml\.scm @guix/python | ||
| 345 | guix/import/pypi\.scm @guix/python | 346 | guix/import/pypi\.scm @guix/python |
| 346 | guix/scripts/import/pypi\.scm @guix/python | 347 | guix/scripts/import/pypi\.scm @guix/python |
| 347 | tests/import/pypi\.scm @guix/python | 348 | tests/import/pypi\.scm @guix/python |
| 349 | tests/toml\.scm @guix/python | ||
| 348 | 350 | ||
| 349 | gnu/ci\.scm @guix/qa-packages | 351 | gnu/ci\.scm @guix/qa-packages |
| 350 | gnu/packages/benchmark\.scm @guix/qa-packages | 352 | gnu/packages/benchmark\.scm @guix/qa-packages |
