Parcourir la source

Slight tweak to CONTRIBUTING.

Jelmer Vernooij il y a 8 ans
Parent
commit
3f77727252
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      CONTRIBUTING.md

+ 2 - 3
CONTRIBUTING.md

@@ -21,8 +21,7 @@ You can generate the documentation by running "make doc".
 Running the tests
 -----------------
 To run the testsuite, you should be able to simply run "make check". This
-will run the tests using unittest on Python 2.7 and higher, and using
-unittest2 (which you will need to have installed) on older versions of Python.
+will run the tests using unittest.
 
  $ make check
 
@@ -43,7 +42,7 @@ to the Dulwich API user to encode and decode them if necessary.
 
 Merge requests
 --------------
-Please either send pull requests to the author (jelmer@jelmer.uk) or create new pull
+Please either send pull requests to the maintainer (jelmer@jelmer.uk) or create new pull
 requests on GitHub.
 
 Licensing