From 1637a05846dda693bf214cfdefb9d867cefe226a Mon Sep 17 00:00:00 2001
From: Marco Vito Moscaritolo <mavimo@gmail.com>
Date: Sat, 29 Sep 2012 21:04:17 +0200
Subject: [PATCH] Fixed error in author name

---
 pip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip b/pip
index bf186409ff9..27cd98a40bd 100755
--- a/pip
+++ b/pip
@@ -67,7 +67,7 @@ examples:
 notes:
    - Please note that U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
 requirements: [ ]
-author: Jan-Piet Mens
+author: Matt Wright
 '''
 
 def _get_full_name(name, version=None):