summary refs log tree commit diff
path: root/.github/CODEOWNERS
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01CODEOWNERS: fix path notationzimbatm1-48/+48
This format uses the path matching algorithm as the .gitignore format. The paths need to be prefixed with a / to become absolute, otherwise it will match all of these files. The paths will also match any of the sub-paths by default so it's not necessary to use the `*` like in bash globbing.
2017-11-01Flag my-self as owner of Nixpkgs and NixOS internalsNicolas B. Pierron1-1/+25
2017-10-30CODEOWNERS: fix path matchingzimbatm1-2/+2
2017-10-30CODEOWNERS: add zimbatm to ruby moduleszimbatm1-0/+4
2017-10-12Update CODEOWNERS to use darwin-maintainers teamMatthew Justin Bauer1-3/+2
This sets up the Darwin-maintainers team as CODEOWNERS for Darwin paths. So anyone in that team will get notified (instead of just listing individuals). /cc @org/darwin-maintainers
2017-10-05CODEOWNERS: add @rycee for Eclipse IDERobert Helgesson1-0/+3
2017-09-19CODEOWNERS: jetbrainsEdward Tjörnhammar1-0/+3
2017-09-13Remove Profpatsch from the CODEOWNERS fileProfpatsch1-3/+3
Since CODEOWNERS shall be interpreted as actual ownership (and not just a mentionbot replacement), I will remove myself again.
2017-09-11Add gleber to CODEOWNERs of beam-related packages.Gleb Peregud1-0/+9
2017-09-07Set ownership of CODEOWNERSEelco Dolstra1-0/+3
2017-09-07Change owner of stdenv and libEelco Dolstra1-6/+3
2017-09-07CODEOWNERS: (align-regexp "@") my code blocksPeter Simons1-6/+6
2017-09-07CODEOWNERS: tabs are evilPeter Simons1-9/+9
2017-09-07CODEOWNERS: add peti for R-related codePeter Simons1-0/+4
2017-09-07CODEOWNERS: add peti for Haskell-related codePeter Simons1-3/+5
2017-09-07CODEOWNERS: add Profpatsch to various pathsProfpatsch1-3/+14
2017-07-31Add myself to CODEOWNERS, and use tab consistentlyJohn Ericson1-4/+7
2017-07-28CODEOWNERS file for review requestsFrederik Rietdijk1-0/+20
Some time ago GitHub introduced the CODEOWNERS file. The file is similar to the MAINTAINERS file that was proposed in https://github.com/NixOS/nixpkgs/issues/13602. Code owners will automatically receive a review request.