about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-03-26 21:33:15 +0100
committerGitHub <noreply@github.com>2024-03-26 21:33:15 +0100
commit8a1110b5e6de839fc649feadde97f71ad3f4d1b3 (patch)
tree07d41dee55d765ade0a44a59e772a9236a6eb3ee /pkgs/by-name
parentfd84c1ff8937685294342c57a656a7066800d01c (diff)
parentf7ea336cb2bd403bb0bc8ce9ce48479a1427de18 (diff)
Merge pull request #297901 from tweag/check-by-name-separate-repo
Switch the `pkgs/by-name` check to a separate repository
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/README.md b/pkgs/by-name/README.md
index 0296ccf2e1bc9..52d2aac35e5d6 100644
--- a/pkgs/by-name/README.md
+++ b/pkgs/by-name/README.md
@@ -108,13 +108,13 @@ There's some limitations as to which packages can be defined using this structur
 
 ## Validation
 
-CI performs [certain checks](../test/nixpkgs-check-by-name/README.md#validity-checks) on the `pkgs/by-name` structure.
-This is done using the [`nixpkgs-check-by-name` tool](../test/nixpkgs-check-by-name).
+CI performs [certain checks](https://github.com/NixOS/nixpkgs-check-by-name?tab=readme-ov-file#validity-checks) on the `pkgs/by-name` structure.
+This is done using the [`nixpkgs-check-by-name` tool](https://github.com/NixOS/nixpkgs-check-by-name).
 
 You can locally emulate the CI check using
 
 ```
-$ ./pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh master
+$ ./maintainers/scripts/check-by-name.sh master
 ```
 
 See [here](../../.github/workflows/check-by-name.yml) for more info.