about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-12-22 09:21:09 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-12-22 09:26:57 +0000
commit8a57552c188ae21d5f8ac9ac9e9968cf8916a431 (patch)
tree36a49a12e1c7a68aeb5a78a7e7f816ad49308411 /.github
parent00915dcb631102871960800ba9b47a0ded2c3c92 (diff)
downloadnixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar.gz
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar.bz2
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar.lz
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar.xz
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.tar.zst
nixlib-8a57552c188ae21d5f8ac9ac9e9968cf8916a431.zip
nixpkgs-review: 2.1.0 -> 2.1.1
changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 89c751f4db76..b923902cf929 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,7 +12,7 @@
    - [ ] macOS
    - [ ] other Linux distributions
 - [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
-- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
+- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
 - [ ] Tested execution of all binary files (usually in `./result/bin/`)
 - [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
 - [ ] Ensured that relevant documentation is up to date