]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.js
switch the PTS button to the new package tracker, tracker.debian.org
[icedeb.git] / chrome / content / icedeb.js
index a6d00da93020599b903f7f0d38e7359d6c595cbc..262f09d8bbfcde262b52d71b2316d9ba160c9263 100644 (file)
@@ -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();