diff options
author | Georg Brandl <georg@python.org> | 2010-09-07 09:59:05 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-07 09:59:05 +0200 |
commit | 717b67d975bb80ed162b0f588fa2c87bda5cb8f3 (patch) | |
tree | d030c89973d53bf9e432db453a2f059a521c93da /pygments/__init__.py | |
parent | 0db1c037c4417d2142b25509a8a42dd6a48f228a (diff) | |
download | pygments-717b67d975bb80ed162b0f588fa2c87bda5cb8f3.tar.gz |
Switch to bitbucket as main repo.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 97623089..93ef690f 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -20,7 +20,7 @@ The `Pygments tip`_ is installable with ``easy_install Pygments==dev``. .. _Pygments tip: - http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev + http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. |