1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

reviewing-contributions.xml: fix typo

This commit is contained in:
Alexander Ried 2016-10-05 10:40:32 +02:00 committed by GitHub
parent 2f0d0cd05a
commit 0a0347c589

View file

@ -212,7 +212,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
- [ ] build time only dependencies are declared in `nativeBuildInputs`
- [ ] source is fetched using the appropriate function
- [ ] phases are respected
- [ ] patches that are remotely available are fetched with `fetchPatch`
- [ ] patches that are remotely available are fetched with `fetchpatch`
##### Possible improvements