summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-05 18:40:44 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-05 18:40:44 +0200
commitb02628b8a20ad0c42a097207b3b49ae5169d04d7 (patch)
treece439610ac468caf4fac642dcc809a39a739d57d /.github
parentd217a87755ba01fc626b1c178c682fcd05ab3a28 (diff)
patch 8.2.1605: default maintainer on github is wrongv8.2.1605
Problem: Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong. Solution: Use Bram's account.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ff85bd5035..4385f93573 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -3,7 +3,7 @@
# You can use github users with @user or email addresses
# These owners will be the default owners for everything in the repo.
-* @defunkt
+* @brammool
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners