From 4bce2f8f19c9acac9e3f92c14f5fdea31379ade5 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Wed, 22 Feb 2023 11:32:25 -0500
Subject: [PATCH] abrowser: correct search plugin references

---
 helpers/DATA/firefox/process-json-files.py                | 3 +--
 helpers/DATA/firefox/searchplugins/trisquel-packages.json | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/helpers/DATA/firefox/process-json-files.py b/helpers/DATA/firefox/process-json-files.py
index 9656249d..9b436c0d 100644
--- a/helpers/DATA/firefox/process-json-files.py
+++ b/helpers/DATA/firefox/process-json-files.py
@@ -161,8 +161,7 @@ class SearchConfig(RemoteSettings):
         return search_engine['webExtension']['id'] not in (
             cls._DUCKDUCKGO_SEARCH_ENGINE_ID, 'wikipedia@search.mozilla.org',
             'trisquel@search.mozilla.org', 'trisquel-packages@@search.mozilla.org',
-            'wiktionary@search.mozilla.org', 'qwant@search.mozilla.org',
-            'ecosia@search.mozilla.org')
+            'qwant@search.mozilla.org', 'ecosia@search.mozilla.org')
 
     @classmethod
     def process_record(cls, search_engine):
diff --git a/helpers/DATA/firefox/searchplugins/trisquel-packages.json b/helpers/DATA/firefox/searchplugins/trisquel-packages.json
index 3d032f3b..c52066de 100644
--- a/helpers/DATA/firefox/searchplugins/trisquel-packages.json
+++ b/helpers/DATA/firefox/searchplugins/trisquel-packages.json
@@ -8,7 +8,7 @@
         }
       ],
       "webExtension": {
-        "id": "trisquel@search.mozilla.org"
+        "id": "trisquel-packages@search.mozilla.org"
       },
       "id": "b5fd21a8-e369-477f-a3f2-b47a370f9030",
       "last_modified": 1678
-- 
GitLab