forked from lix-project/lix
Merge pull request #7881 from NixOS/thufschmitt-codeowners-shrink
Remove my CODEOWNER-ship to libstore
This commit is contained in:
commit
a2f5ab9072
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -5,7 +5,7 @@
|
||||||
# For documentation on this mechanism, see https://help.github.com/articles/about-codeowners/
|
# For documentation on this mechanism, see https://help.github.com/articles/about-codeowners/
|
||||||
|
|
||||||
# Default reviewers if nothing else matches
|
# Default reviewers if nothing else matches
|
||||||
* @edolstra @thufschmitt
|
* @edolstra
|
||||||
|
|
||||||
# This file
|
# This file
|
||||||
.github/CODEOWNERS @edolstra
|
.github/CODEOWNERS @edolstra
|
||||||
|
@ -13,3 +13,6 @@
|
||||||
# Public documentation
|
# Public documentation
|
||||||
/doc @fricklerhandwerk
|
/doc @fricklerhandwerk
|
||||||
*.md @fricklerhandwerk
|
*.md @fricklerhandwerk
|
||||||
|
|
||||||
|
# Libstore layer
|
||||||
|
/src/libstore @thufschmitt
|
||||||
|
|
Loading…
Reference in a new issue