summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Hopkins <marduk@gentoo.org>2007-05-09 16:04:57 +0000
committerAlbert Hopkins <marduk@gentoo.org>2007-05-09 16:04:57 +0000
commit6b4257390397f3a664b15eea7279383460e0758a (patch)
treee48835b65c55eb4c5e95f95dafe8f0831f280cca
parentPass local_config=False to portage.config(). Fixes bug #172678 (diff)
downloadgentoo-6b4257390397f3a664b15eea7279383460e0758a.tar.gz
gentoo-6b4257390397f3a664b15eea7279383460e0758a.tar.bz2
gentoo-6b4257390397f3a664b15eea7279383460e0758a.zip
Changed CIA_URL. Fixes #177771
-rw-r--r--src/packages/changelogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/changelogs.py b/src/packages/changelogs.py
index 7c705a0555..4853e5ee43 100644
--- a/src/packages/changelogs.py
+++ b/src/packages/changelogs.py
@@ -22,7 +22,7 @@ DATE_REGEX = re.compile(
re.M)
GENTOO_DEV = re.compile(r'&lt;((.+))@gentoo.org&gt;', re.I)
BUG_URL = 'http://bugs.gentoo.org/show_bug.cgi?id='
-CIA_URL = 'http://cia.navi.cx/stats/author/'
+CIA_URL = 'http://cia.vc/stats/author/'
def bugs_to_html(string):
"""Convert bug #'s to html, escape other html text"""