diff options
| -rw-r--r-- | CODEOWNERS | 1 | ||||
| -rwxr-xr-x | etc/teams.scm | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 7a09b875ff5..8fd423105ad 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -179,6 +179,7 @@ guix/scripts/import/elpa\.scm @guix/emacs | |||
| 179 | tests/import/elpa\.scm @guix/emacs | 179 | tests/import/elpa\.scm @guix/emacs |
| 180 | 180 | ||
| 181 | gnu/packages/bootloaders\.scm @guix/embedded | 181 | gnu/packages/bootloaders\.scm @guix/embedded |
| 182 | gnu/packages/coreboot\.scm @guix/embedded | ||
| 182 | gnu/packages/firmware\.scm @guix/embedded | 183 | gnu/packages/firmware\.scm @guix/embedded |
| 183 | 184 | ||
| 184 | gnu/packages/emulators\.scm @guix/games | 185 | gnu/packages/emulators\.scm @guix/games |
diff --git a/etc/teams.scm b/etc/teams.scm index a1c37631fec..9a9c3a28c57 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -16,6 +16,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" | |||
| 16 | ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> | 16 | ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> |
| 17 | ;;; Copyright © 2025-2026 Ludovic Courtès <ludo@gnu.org> | 17 | ;;; Copyright © 2025-2026 Ludovic Courtès <ludo@gnu.org> |
| 18 | ;;; Copyright © 2025 jgart <jgart@dismail.de> | 18 | ;;; Copyright © 2025 jgart <jgart@dismail.de> |
| 19 | ;;; Copyright © 2026 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | ||
| 19 | ;;; | 20 | ;;; |
| 20 | ;;; This file is part of GNU Guix. | 21 | ;;; This file is part of GNU Guix. |
| 21 | ;;; | 22 | ;;; |
| @@ -690,6 +691,7 @@ ecosystem." | |||
| 690 | (team 'embedded | 691 | (team 'embedded |
| 691 | #:name "Embedded" | 692 | #:name "Embedded" |
| 692 | #:scope (list "gnu/packages/bootloaders.scm" | 693 | #:scope (list "gnu/packages/bootloaders.scm" |
| 694 | "gnu/packages/coreboot.scm" | ||
| 693 | "gnu/packages/firmware.scm"))) | 695 | "gnu/packages/firmware.scm"))) |
| 694 | 696 | ||
| 695 | (define-team games | 697 | (define-team games |
