Skip to content

Commit

Permalink
Merge pull request #538 from jarus/website-update-flask-testing
Browse files Browse the repository at this point in the history
Update entry in extension list about flask-testing
  • Loading branch information
rduplain committed Jul 3, 2012
2 parents 172f864 + 6c1b479 commit e93f373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_website/listings/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ def docserver(self):
docs='http://packages.python.org/Flask-WTF/',
approved=True
),
Extension('Flask-Testing', 'Ron DuPlain (created by Dan Jacob)',
Extension('Flask-Testing', u'Christoph Heer & Ron DuPlain (created by Dan Jacob)',
description='''
<p>The Flask-Testing extension provides unit testing utilities for Flask.
''',
github='rduplain/flask-testing',
github='jarus/flask-testing',
docs='http://packages.python.org/Flask-Testing/',
approved=True
),
Expand Down

0 comments on commit e93f373

Please sign in to comment.