diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-25 10:17:17 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-25 10:21:55 -0800 |
| commit | 166362d349aab838a30e85f6e483b2ca546410db (patch) | |
| tree | 12fed5918e9a0245e311fb15731664426d1ba3f9 /CODEOWNERS | |
| parent | 0b7df7511a180f2b2363fbdc2f201b5b2b73cb5e (diff) | |
Create a snap packaging subsystem
This team is responsible for snap packaging.
Diffstat (limited to 'CODEOWNERS')
| -rw-r--r-- | CODEOWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 835244ebc..e1b7fd9ce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -81,6 +81,9 @@ # - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific # features, configurations, etc. # +# - @ghostty-org/packaging/snap - Ghostty snap packaging +# (https://snapcraft.io/ghostty) +# # - @ghostty-org/renderer - Ghostty rendering subsystem, including the # rendering abstractions as well as specific renderers like OpenGL # and Metal. @@ -147,3 +150,6 @@ /src/unicode/ @ghostty-org/terminal /src/Surface.zig @ghostty-org/terminal /src/surface_mouse.zig @ghostty-org/terminal + +# Packaging - Snap +/snap/ @ghostty-org/snap |
