summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-10 15:59:05 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-10 15:59:05 +0200
commitcf2f81aae1302f7ed38ad425fb77fa07ea29a803 (patch)
tree09c3376c40e9f173c5b39fa0ce081b4d9ea66253 /.github/CODEOWNERS
parente81dcccacef3c241361a6bcf98e3038ec9bd53c0 (diff)
downloadqutebrowser-cf2f81aae1302f7ed38ad425fb77fa07ea29a803.tar.gz
qutebrowser-cf2f81aae1302f7ed38ad425fb77fa07ea29a803.zip
Remove myself from CODEOWNERS
I watch the repo anyways
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS18
1 files changed, 8 insertions, 10 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f623e0a93..2b8c12de9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,10 +1,8 @@
-* @The-Compiler
-
-qutebrowser/browser/history.py @The-Compiler @rcorre
-qutebrowser/completion/* @The-Compiler @rcorre
-qutebrowser/misc/sql.py @The-Compiler @rcorre
-tests/end2end/features/completion.feature @The-Compiler @rcorre
-tests/end2end/features/test_completion_bdd.py @The-Compiler @rcorre
-tests/unit/browser/test_history.py @The-Compiler @rcorre
-tests/unit/completion/* @The-Compiler @rcorre
-tests/unit/misc/test_sql.py @The-Compiler @rcorre
+qutebrowser/browser/history.py @rcorre
+qutebrowser/completion/* @rcorre
+qutebrowser/misc/sql.py @rcorre
+tests/end2end/features/completion.feature @rcorre
+tests/end2end/features/test_completion_bdd.py @rcorre
+tests/unit/browser/test_history.py @rcorre
+tests/unit/completion/* @rcorre
+tests/unit/misc/test_sql.py @rcorre