diff options
| author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2026-02-14 14:31:34 +1100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 16:28:33 +0000 |
| commit | 0d22ebf4dd8ab33fc2b4ede22975659129c488ec (patch) | |
| tree | 8c0c96cccade658f6a44f198314f1db4bb105c46 | |
| parent | 1d59c3d231ef34ef54412ab518f0ab0e8fd3b375 (diff) | |
teams: Add Lua team.
* etc/teams.scm (lua): New team.
* CODEOWNERS: Regenerate file.
Change-Id: Ia060a92385661eec1b67028d79b403b9d09ae58d
| -rw-r--r-- | CODEOWNERS | 3 | ||||
| -rwxr-xr-x | etc/teams.scm | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 1df56be42c7..fe218630cab 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -291,6 +291,9 @@ gnu/packages/fcitx5\.scm @guix/localization | |||
| 291 | gnu/packages/fonts\.scm @guix/localization | 291 | gnu/packages/fonts\.scm @guix/localization |
| 292 | gnu/packages/ibus\.scm @guix/localization | 292 | gnu/packages/ibus\.scm @guix/localization |
| 293 | 293 | ||
| 294 | gnu/packages/lua\.scm @guix/lua | ||
| 295 | gnu/packages/luanti\.scm @guix/lua | ||
| 296 | |||
| 294 | gnu/packages/lxqt\.scm @guix/lxqt | 297 | gnu/packages/lxqt\.scm @guix/lxqt |
| 295 | 298 | ||
| 296 | gnu/packages/mate\.scm @guix/mate | 299 | gnu/packages/mate\.scm @guix/mate |
diff --git a/etc/teams.scm b/etc/teams.scm index 55e8dccbfb7..c9d1db154fb 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -873,6 +873,14 @@ asdf-build-system." | |||
| 873 | "gnu/packages/fonts.scm" | 873 | "gnu/packages/fonts.scm" |
| 874 | "gnu/packages/ibus.scm"))) | 874 | "gnu/packages/ibus.scm"))) |
| 875 | 875 | ||
| 876 | (define-team lua | ||
| 877 | (team 'lua | ||
| 878 | #:name "Lua team" | ||
| 879 | #:description | ||
| 880 | "Lua, Fennel, and related packages." | ||
| 881 | #:scope (list "gnu/packages/lua.scm" | ||
| 882 | "gnu/packages/luanti.scm"))) | ||
| 883 | |||
| 876 | (define-team lxqt | 884 | (define-team lxqt |
| 877 | (team 'lxqt | 885 | (team 'lxqt |
| 878 | #:name "LXQt team" | 886 | #:name "LXQt team" |
