summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2023-02-11 13:26:47 +0000
committerLinus Groh <mail@linusgroh.de>2023-02-11 13:26:47 +0000
commit6bc6085219b171c7f50ca88a14508d263ed9b9b6 (patch)
tree525e957a0493889bd743d66df792789e255a508a /.github
parentee68eba0acc380a3b52efb3ed4bddffdab2eceaa (diff)
downloadserenity-6bc6085219b171c7f50ca88a14508d263ed9b9b6.zip
Meta: Mark myself as a CODEOWNER of a few more things
Browser, Ladybird, the neofetch & python3 ports I added.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ea4ceb57cd..3eccd71634 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,8 +2,12 @@
/AK @bgianfo
/Kernel @bgianfo
/Kernel/Devices/Audio @GMTA
+/Ladybird @linusg
+/Ports/neofetch @linusg
+/Ports/python3 @linusg
/Toolchain @bgianfo
/Tests @bgianfo
+/Userland/Applications/Browser @linusg
/Userland/Applications/CrashReporter @linusg
/Userland/Applications/Spreadsheet @alimpfard
/Userland/Libraries/LibC @bgianfo