3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #19249 from groxxda/patch-1

reviewing-contributions.xml: fix typo
This commit is contained in:
Jörg Thalheim 2016-10-05 11:52:08 +02:00 committed by GitHub
commit c76d292e5b

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