diff options
Diffstat (limited to 'pip/commands/search.py')
-rw-r--r-- | pip/commands/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/commands/search.py b/pip/commands/search.py index 9f287e594..0e72ab364 100644 --- a/pip/commands/search.py +++ b/pip/commands/search.py @@ -22,7 +22,7 @@ class SearchCommand(Command): '--index', dest='index', metavar='URL', - default='http://pypi.python.org/pypi', + default='https://pypi.python.org/pypi', help='Base URL of Python Package Index (default %default)') def run(self, options, args): |