From f7916fc170751450d5c603471a7ebf7f41f8c600 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 29 Jul 2014 14:18:26 +0000 Subject: [PATCH] switch the PTS button to the new package tracker, tracker.debian.org --- chrome/content/icedeb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2