From aee9919ac47dda8b10cbdbb143f7621a7a4ddd4b Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Thu, 10 Jun 2021 10:02:20 +0200 Subject: [PATCH] fix: [moz] Moz is not Mozilla --- lists/moz-top500/list.json | 2 +- tools/generate_moz-top500.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/moz-top500/list.json b/lists/moz-top500/list.json index 6fb4cea..edc0b6f 100644 --- a/lists/moz-top500/list.json +++ b/lists/moz-top500/list.json @@ -1,5 +1,5 @@ { - "description": "Event contains one or more entries from the top 500 of the most used domains (Mozilla).", + "description": "Event contains one or more entries from the top 500 of the most used domains from Moz.", "list": [ "20minutos.es", "4shared.com", diff --git a/tools/generate_moz-top500.py b/tools/generate_moz-top500.py index f420108..f6136b8 100755 --- a/tools/generate_moz-top500.py +++ b/tools/generate_moz-top500.py @@ -10,7 +10,7 @@ from generator import download_to_file, get_version, write_to_file, get_abspath_ def process(files, dst): warninglist = { - 'description': "Event contains one or more entries from the top 500 of the most used domains (Mozilla).", + 'description': "Event contains one or more entries from the top 500 of the most used domains from Moz.", 'version': get_version(), 'name': "Top 500 domains and pages from https://moz.com/top500", 'type': 'string',