From b3c216eaacae8e7293a0e3f61dba83938207f6e2 Mon Sep 17 00:00:00 2001 From: Raz Ben Yaish Date: Wed, 13 May 2026 14:03:42 +0300 Subject: [PATCH] fix(Gravatar): refresh stale usernameClaimed sample (#2651) --- maigret/resources/data.json | 2 +- maigret/resources/db_meta.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index cc01bed..d2d334c 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -467,7 +467,7 @@ ], "urlMain": "http://en.gravatar.com/", "url": "http://en.gravatar.com/{username}", - "usernameClaimed": "blue", + "usernameClaimed": "automattic", "usernameUnclaimed": "noonewouldeverusethis7" }, "Reddit": { diff --git a/maigret/resources/db_meta.json b/maigret/resources/db_meta.json index b53ac76..bc1ebcd 100644 --- a/maigret/resources/db_meta.json +++ b/maigret/resources/db_meta.json @@ -1,8 +1,8 @@ { "version": 1, - "updated_at": "2026-05-13T06:29:11Z", + "updated_at": "2026-05-13T10:39:40Z", "sites_count": 3154, "min_maigret_version": "0.6.0", - "data_sha256": "9c9c9c5c14e833daf32f537e283345c804ca396fba1cc8a57a2976ef8ecfd6a4", + "data_sha256": "f86d77a18bcd1d353933b64d99953634ce5e2966860f25bacd5e3de5659fb8a7", "data_url": "https://raw.githubusercontent.com/soxoj/maigret/main/maigret/resources/data.json" } \ No newline at end of file