diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index 7dd250cc..fd8437e9 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -172,7 +172,11 @@ projects = { Project('Dominion', 'http://alexanderweb.de:8080/', u'''
Domination is a clone of a well-known card game. - ''', source='https://bitbucket.org/xoraxax/domination/') + ''', source='https://bitbucket.org/xoraxax/domination/'), + Project('jitviewer', 'https://bitbucket.org/pypy/jitviewer', ''' +
+ web-based tool to inspect the output of PyPy JIT log + ''') ] }