fix: [moz] Moz is not Mozilla

pull/184/head
Jakub Onderka 2021-06-10 10:02:20 +02:00
parent 18abc2bf9c
commit aee9919ac4
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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',