summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-01 22:17:22 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-01 22:17:22 +0200
commit5f10c9c15f534a51fd3896335b051462a56eab89 (patch)
tree6a6b5be803077d69ecba177890e7263d67beb6b5 /.github/CODEOWNERS
parent003f667d4f5b4b4ac589ae8cad559d2113d30c86 (diff)
downloadqutebrowser-5f10c9c15f534a51fd3896335b051462a56eab89.tar.gz
qutebrowser-5f10c9c15f534a51fd3896335b051462a56eab89.zip
Make rcorre codeowners line recursive
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d7da20300..1bc570a7e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
qutebrowser/browser/history.py @rcorre
-qutebrowser/completion/* @rcorre
+qutebrowser/completion/** @rcorre
qutebrowser/misc/sql.py @rcorre
tests/end2end/features/completion.feature @rcorre
tests/end2end/features/test_completion_bdd.py @rcorre