about summary refs log tree commit diff
path: root/.github/CODEOWNERS
Commit message (Collapse)AuthorAge
* CODEOWNERS: add raitobezarius on the linux kernelRaito Bezarius2024-02-11
| | | | | | | | | | | I'm planning to do some structural changes to the Linux kernel expressions, for this, I need to be aware of all PRs inflight which will be created. This is not a permanent code ownership that I'm taking, I don't have the strength to care seriously about the kernel like others, so I will drop myself at the end of the work. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* Merge pull request #280322 from h7x4/add-hocon-format-generatorSilvan Mosberger2024-02-10
|\ | | | | pkgs.formats: Add HOCON format generator
| * CODEOWNERS: add h7x4 to pkgs.formats.hoconh7x42024-02-09
| |
* | nix: add myself (ma27) as maintainer & codeownerMaximilian Bosch2024-02-06
| | | | | | | | | | As discussed with RaitoBezarius on FOSDEM, I'm happy to assist in maintaining the Nix packages of NixPkgs.
* | CODEOWNERS: add myself to nixos/no-x-libs moduleSandro2024-01-30
|/
* .github/CODEOWNERS: drop amjoseph-nixpkgsAdam Joseph2024-01-22
| | | | | I enjoyed doing major overhaul work on these parts of the codebase, but I can't continue maintaining them.
* Merge pull request #282684 from NixOS/revert-275443-piegamesde-patch-1piegames2024-01-22
|\ | | | | Revert "CODEOWNERS: Watch the maintainers lists"
| * Revert "CODEOWNERS: Watch the maintainers lists"piegames2024-01-21
| |
* | CODEOWNERS: add h7x4 to libconfigh7x42024-01-22
|/
* CODEOWNERS: add janik to octodnsJanik H.2024-01-17
|
* CODEOWNERS: add myself as code owner of the Nix package managerRaito Bezarius2024-01-11
| | | | | | | | | Given the prior attempts to encourage Nix package bumps to be more stable, we failed, failed and failed again. Today again, we shipped a broken Nix (2.19.2) without sufficient testing to unstable-small and it broke some users. As announced in the past, I am taking ownership of the package manager bumps and modifications as seemingly no one is interested to do it inside of Nixpkgs.
* Merge pull request #275459 from emilylange/chromium-drop-inactive-maintainersWeijia Wang2024-01-05
|\ | | | | chromium: drop inactive maintainers, CODEOWNERS: init chromium
| * CODEOWNERS: init chromiumemilylange2023-12-19
| |
* | .github/CODEOWNERS: add buildbotzowoq2024-01-05
| |
* | maintainers/teams: remove adisbladis from podmanadisbladis2023-12-27
| |
* | CODEOWNERS: Watch the maintainers listspiegames2023-12-19
|/
* CODEOWNERS: unsubscribe fricklerhandwerkValentin Gagarin2023-12-15
|
* CODEOWNERS: fix errorsPol Dellaiera2023-12-05
|
* codeowners: add JulienMalka to systemd-bootJulien Malka2023-12-03
|
* .github/CODEOWNERS: Add roberth to module systemRobert Hensing2023-11-28
|
* zfs_2_1: init at 2.1.13Raito Bezarius2023-11-24
| | | | | | | | | | | | This re-introduces the old stable ZFS version we had in the past following the many predicted issues of ZFS 2.2.x series, that is much more stable than any further ZFS version at the moment. I am also removing myself from maintenance of any further ZFS versions as I am planning to quit ZFS maintenance at some point. In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version that is known to work for LTS kernels.
* CODEOWNERS: Remove line for removed fileSilvan Mosberger2023-11-20
| | | | Was removed in https://github.com/NixOS/nixpkgs/pull/268407
* CODEOWNERS: add ncfavier to HaskellNaïm Favier2023-11-17
|
* CODEOWNERS: Remove edolstraSilvan Mosberger2023-11-16
| | | | Updated to reflect reality: Eelco is not acting as a code owner of these files
* doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li2023-11-07
|
* doc: move doc/builders/packages -> doc/packagesYueh-Shun Li2023-11-07
|
* CODEOWNERS: add ckiee to libconfig formatckie2023-10-31
|
* poetry2nix: dropK9002023-10-26
| | | | The in-tree version has been broken for a while, so now is probably a good time to rip off the band-aid.
* Merge pull request #258595 from fricklerhandwerk/doc-emscriptenValentin Gagarin2023-10-26
|\ | | | | Emscripten docs: reword and remove mention of `nix-env`
| * add Emscripten maintainers to CODEOWNERSValentin Gagarin2023-10-03
| | | | | | | | also notify on documentation changes
* | CODEOWNERS: Add myself to more parts of libSilvan Mosberger2023-10-20
| |
* | CODEOWNERS: Fix check-by-name workflow file nameSilvan Mosberger2023-10-17
|/
* Merge pull request #251567 from RaitoBezarius/codeowner/remove-matthewbauerRyan Lahfa2023-09-21
|\
| * CODEOWNERS: remove matthewbauerRaito Bezarius2023-08-26
| | | | | | | | | | matthewbauer has been missing for almost a year now, it does not seem reasonable to keep them and spam their GitHub notifications further.
* | php: add new builder `buildComposerProject`Pol Dellaiera2023-09-13
| |
* | Merge pull request #248310 from emilylange/nixos/gitea-forgejo-splitHerwig Hochleitner2023-09-12
|\ \ | | | | | | | | | | | | nixos/forgejo: fork from nixos/gitea (split) close https://github.com/NixOS/nixpkgs/issues/244866
| * | CODEOWNERS: init forgejoemilylange2023-08-06
| | |
* | | CODEOWNERS: Add myself for installer imagesSamuel Dionne-Riel2023-09-06
| | |
* | | Merge pull request #237439 from tweag/spp-1Silvan Mosberger2023-09-05
|\ \ \ | | | | | | | | [RFC 140] Simple package paths, part 1b: Enabling the directory structure
| * | | pkgs/by-name: IntroduceSilvan Mosberger2023-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the `pkgs/by-name` directory as proposed by RFC 140. Included are: - The implementation to add packages defined in that directory to the top-level package scope - Contributer documentation on how to add packages to it - A GitHub Actions workflow to check the structure of it on all PRs
* | | | Merge pull request #245623 from tweag/fileset.toSourceSilvan Mosberger2023-09-02
|\ \ \ \ | |/ / / |/| | | File set combinators base: `lib.fileset.toSource`
| * | | lib.fileset.toSource: initSilvan Mosberger2023-09-01
| | | |
* | | | Merge pull request #250885 from tweag/spp-1aSilvan Mosberger2023-08-29
|\ \ \ \ | |_|_|/ |/| | | [RFC 140] Simple package paths, part 1a: Checking tool
| * | | pkgs/test/nixpkgs-check-by-name: initSilvan Mosberger2023-08-29
| | | | | | | | | | | | | | | | | | | | Adds an internal CLI tool to verify Nixpkgs to conform to RFC 140. See pkgs/test/nixpkgs-check-by-name/README.md for more information.
* | | | CODEOWNERS: add members of the dotnet teammdarocha2023-08-16
|/ / /
* | | Merge pull request #245243 from tweag/contributing-combiningSilvan Mosberger2023-08-14
|\ \ \ | | | | | | | | Clean up contributing documentation
| * | | CODEOWNERS: Add myself to the newly added filesSilvan Mosberger2023-08-14
| |/ /
* / / CODEOWNERS: add the zig teamfigsoda2023-08-09
|/ /
* | CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATESilvan Mosberger2023-08-09
| | | | | | | | Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
* | CODEOWNERS: Remove non-existent fileSilvan Mosberger2023-08-09
| | | | | | | | Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b