From bce05bb7a1085542ae86352a147fed8ab52735d7 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Wed, 3 Dec 2025 10:28:36 +0000 Subject: [PATCH] maintainers/README.md: update merge bot links nixpkgs-merge-bot was moved into the nixpkgs repo. --- maintainers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/README.md b/maintainers/README.md index f06d4f221d51..dee6bde1fae9 100644 --- a/maintainers/README.md +++ b/maintainers/README.md @@ -51,7 +51,7 @@ The maintainer is welcome to come back at any time. When a pull request is made against a package, nixpkgs CI will notify the appropriate maintainer(s) by trying to correlate the files the PR touches with the packages that need rebuilding. This process is subject to error however, so we encourage PR authors to notify the appropriate people. -Maintainers can also invoke the [nixpkgs-merge-bot](https://github.com/nixos/nixpkgs-merge-bot) to merge pull requests targeting packages they are the maintainer of, which satisfy the current security [constraints](https://github.com/NixOS/nixpkgs-merge-bot/blob/main/README.md#constraints). +Maintainers can also invoke the [nixpkgs-merge-bot](../ci/README.md#nixpkgs-merge-bot) to merge pull requests targeting packages they are the maintainer of, which satisfy the current security [constraints](../ci/README.md#merge-bot-constraints). Examples: [#397273](https://github.com/NixOS/nixpkgs/pull/397273#issuecomment-2789382120) and [#377027](https://github.com/NixOS/nixpkgs/pull/377027#issuecomment-2614510869) New maintainers will automatically get invited to join the [NixOS/nixpkgs-maintainers](https://github.com/orgs/NixOS/teams/nixpkgs-maintainers) GitHub team.