summary refs log tree commit diff
path: root/.github/CODEOWNERS
Commit message (Collapse)AuthorAge
* Add myself to a few CODEOWNERS pathsMatthew Bauer2018-11-02
|
* .github/CODEOWNERS: add myself as the PostgreSQL ownerAustin Seipp2018-11-02
| | | | | | | | | | | | Since the development of #38698, I have been radically overhauling the PostgreSQL support and plan on maintaining it in the long run, taking over from @ocharles, who authored most of it initially. However, while #38698 has not been merged (yet), I'm taking the time to go ahead and add myself as the owner of all the related code, so that I can be marked as a reviewer for things people submit in the mean time. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* .github/CODEOWNERS: Add myself as for some stdenv stuffJohn Ericson2018-08-11
|
* .github/CODEOWNERS: add basvandijk to HaskellBas van Dijk2018-07-23
|
* .github/CODEOWNERS: add ryantm to HaskellRyan Mulligan2018-07-21
|
* .github/CODEOWNERS: remove tabsRyan Mulligan2018-07-21
|
* FRidh as owner of update-python-librariesFrederik Rietdijk2018-05-28
|
* CODEOWNERS: add Profpatsch to lib/debug.nixProfpatsch2018-04-27
| | | | Reason: has overhauled the module quite substantially.
* CODEOWNERS: add Mic92/LnL7 for rustcJörg Thalheim2018-04-09
| | | | | Mic92: linux-x86_64, linux-aarch64 LnL7: for macOS-x86_64
* CODEOWNERS: Add Profpatsch to /lib/generators.nixProfpatsch2018-03-24
| | | | | I’d like to be notified of changes so I can ensure the API always follows the same patterns. Later (more specific) files replace more general codeowners [according to the documentation](https://help.github.com/articles/about-codeowners/), so I also listed `edolstra` and `nbp` again.
* meta: fix fallout from #36275Matthew Bauer2018-03-18
|
* CODEOWNERS: Make @orivej a {cc,bintools}-wrapper codeownerJohn Ericson2018-01-19
|
* CODEOWNERS cleanupEelco Dolstra2018-01-19
| | | | I haven't worked on stdenv etc. in a long time.
* CODEOWNERS: Add me, @Ericson2314, to a few thingsJohn Ericson2017-12-18
|
* CODEOWNERS: Add ttuegel for Qt / KDEThomas Tuegel2017-12-07
|
* CODEOWNERS: exclude lib/licenses.nixYegor Timoshenko2017-11-16
|
* CODEOWNERS: exclude lib/maintainers.nixYegor Timoshenko2017-11-11
| | | Resolves #31401.
* CODEOWNERS: fix path notationzimbatm2017-11-01
| | | | | | | | | | 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.
* Flag my-self as owner of Nixpkgs and NixOS internalsNicolas B. Pierron2017-11-01
|
* CODEOWNERS: fix path matchingzimbatm2017-10-30
|
* CODEOWNERS: add zimbatm to ruby moduleszimbatm2017-10-30
|
* Update CODEOWNERS to use darwin-maintainers teamMatthew Justin Bauer2017-10-12
| | | | | 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
* CODEOWNERS: add @rycee for Eclipse IDERobert Helgesson2017-10-05
|
* CODEOWNERS: jetbrainsEdward Tjörnhammar2017-09-19
|
* Remove Profpatsch from the CODEOWNERS fileProfpatsch2017-09-13
| | | | | Since CODEOWNERS shall be interpreted as actual ownership (and not just a mentionbot replacement), I will remove myself again.
* Add gleber to CODEOWNERs of beam-related packages.Gleb Peregud2017-09-11
|
* Set ownership of CODEOWNERSEelco Dolstra2017-09-07
|
* Change owner of stdenv and libEelco Dolstra2017-09-07
|
* CODEOWNERS: (align-regexp "@") my code blocksPeter Simons2017-09-07
|
* CODEOWNERS: tabs are evilPeter Simons2017-09-07
|
* CODEOWNERS: add peti for R-related codePeter Simons2017-09-07
|
* CODEOWNERS: add peti for Haskell-related codePeter Simons2017-09-07
|
* CODEOWNERS: add Profpatsch to various pathsProfpatsch2017-09-07
|
* Add myself to CODEOWNERS, and use tab consistentlyJohn Ericson2017-07-31
|
* CODEOWNERS file for review requestsFrederik Rietdijk2017-07-28
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.