Skip to content

Commit

Permalink
CODEOWNERS: fix syntax
Browse files Browse the repository at this point in the history
I mistakenly thought that this was a Markdown enumeration. But it is
a file containing lines of the form `<file-pattern> <handle>...`
instead. Which means that the `*` at the beginning of each line was
interpreted as matching all files, and the last line overrode all
previous ones.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jan 9, 2025
1 parent 2acd8f2 commit 39a4ef0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# This repository is maintained by:
* @dscho
* @mjcheetham
* @mpysson
* @dscho @mjcheetham @mpysson

0 comments on commit 39a4ef0

Please sign in to comment.