From: Damyan Ivanov Date: Tue, 29 Jul 2014 14:18:26 +0000 (+0000) Subject: switch the PTS button to the new package tracker, tracker.debian.org X-Git-Tag: 1.11~4 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=f7916fc170751450d5c603471a7ebf7f41f8c600 switch the PTS button to the new package tracker, tracker.debian.org --- diff --git a/chrome/content/icedeb.js b/chrome/content/icedeb.js index a6d00da..262f09d 100644 --- a/chrome/content/icedeb.js +++ b/chrome/content/icedeb.js @@ -64,7 +64,7 @@ IceDeb = { lookup_pts: function(in_new) { var pkg = IceDeb.trim_keyword(IceDeb.getClipboardText()); if (!pkg) return null; - var uri="http://packages.qa.debian.org/" + pkg; + var uri="https://tracker.debian.org/" + pkg; if (in_new) { var b = getBrowser();