summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Hopkins <marduk@gentoo.org>2007-03-09 21:44:44 +0000
committerAlbert Hopkins <marduk@gentoo.org>2007-03-09 21:44:44 +0000
commit30b31f29547911b02aa6c9c7e588a130f73f463f (patch)
tree8f80ccd0ffba5b85629cd1b5706e5bd38ca4b3db
parentCSS fixes (diff)
downloadgentoo-30b31f29547911b02aa6c9c7e588a130f73f463f.tar.gz
gentoo-30b31f29547911b02aa6c9c7e588a130f73f463f.tar.bz2
gentoo-30b31f29547911b02aa6c9c7e588a130f73f463f.zip
Changed viewcvs URL prefix.
-rw-r--r--src/packages/portage_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/portage_ui.py b/src/packages/portage_ui.py
index 85e41232db..df915c3a18 100644
--- a/src/packages/portage_ui.py
+++ b/src/packages/portage_ui.py
@@ -202,7 +202,7 @@ class Package:
def changelog(self, _):
"""Redirect to package's changelog"""
- return redirect('http://www.gentoo.org/cgi-bin/viewcvs.cgi/'
+ return redirect('http://sources.gentoo.org/viewcvs.py/'
'*checkout*/%s/%s/ChangeLog'
% (self.category, self.name))