1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00
nix.dev/.github/CODEOWNERS
2023-12-05 00:45:40 +01:00

22 lines
888 B
Plaintext

# CODEOWNERS file
#
# This file is used to describe who owns what in this repository. This file does not
# replace `meta.maintainers` but is instead used for other things than derivations
# and modules, like documentation, package sets, and other assets.
#
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
# Mentioned users will get code review requests.
#
# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
# This also holds true for GitHub teams. Since almost none of our teams have write
# permissions, you need to list all members of the team with commit access individually.
* @NixOS/documentation-team
/.github/workflows/ @asymmetric
/source/tutorials/file-sets.md @infinisil
/source/tutorials/integration-testing-using-virtual-machines.md @olafklingt
/source/tutorials/nixos-configuration-on-vm.md @olafklingt