diff --git a/maintainers/README.md b/maintainers/README.md index eb17b0b518244..7f5b6ee6fcb63 100644 --- a/maintainers/README.md +++ b/maintainers/README.md @@ -23,7 +23,7 @@ for the maintainers to provide feedback. For critical packages, this convention needs to be negotiated with the maintainer. A critical package is one that causes mass-rebuild, or where an -author is listed in the [`CODEOWNERS`](../.github/CODEOWNERS) file. +author is listed in the [`OWNERS`](../ci/OWNERS) file. In case of critical security updates, the [security team](https://nixos.org/community/teams/security) might override these heuristics in order to get the fixes in as fast as possible. diff --git a/nixos/README.md b/nixos/README.md index 2261803f4e7d4..7838790ef551f 100644 --- a/nixos/README.md +++ b/nixos/README.md @@ -40,7 +40,7 @@ Module updates are submissions changing modules in some ways. These often contai Reviewing process: - Ensure that the module maintainers are notified. - - [CODEOWNERS](https://help.github.com/articles/about-codeowners/) will make GitHub notify users based on the submitted changes, but it can happen that it misses some of the package maintainers. + - The continuous integration system will make GitHub notify users based on the submitted changes, but it can happen that it misses some of the package maintainers. - Ensure that the module tests, if any, are succeeding. - You may invoke OfBorg with `@ofborg test ` to build `nixosTests.` - Ensure that the introduced options are correct. diff --git a/pkgs/README.md b/pkgs/README.md index 9c78f667c0028..955afa46afe69 100644 --- a/pkgs/README.md +++ b/pkgs/README.md @@ -914,7 +914,7 @@ Reviewing process: - Ensure that the package versioning [fits the guidelines](#versioning). - Ensure that the commit text [fits the guidelines](../CONTRIBUTING.md#commit-conventions). - Ensure that the package maintainers are notified. - - [CODEOWNERS](https://help.github.com/articles/about-codeowners) will make GitHub notify users based on the submitted changes, but it can happen that it misses some of the package maintainers. + - The continuous integration system will make GitHub notify users based on the submitted changes, but it can happen that it misses some of the package maintainers. - Ensure that the meta field information [fits the guidelines](#meta-attributes) and is correct: - License can change with version updates, so it should be checked to match the upstream license. - If the package has no maintainer, a maintainer must be set. This can be the update submitter or a community member that accepts to take maintainership of the package. diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md index d41957f403b8c..b05a63b15752f 100644 --- a/pkgs/development/haskell-modules/HACKING.md +++ b/pkgs/development/haskell-modules/HACKING.md @@ -351,5 +351,5 @@ Here are some additional tips that didn't fit in above. and work the new member into the `haskell-updates` rotation. 1. Optionally, have the new member add themselves to the Haskell - section in [`CODEOWNERS`](../../../.github/CODEOWNERS). This + section in [`OWNERS`](../../../ci/CODEOWNERS). This will cause them to get pinged on most Haskell-related PRs.