From 8efbac26da66c3fce0c44bdf86aec362de34879a Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:28:13 +0200 Subject: [PATCH] Drop the zero-width joiner from the snap summary (#3022) The Snap Store rejects any upload whose summary contains unicode control characters, and the detective emoji in ours is a ZWJ sequence: U+1F575 U+FE0F U+200D U+2642 U+FE0F. The joiner is category Cf, so the upload fails review with `summary: Control/private unicode characters are not allowed` after processing completes. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 56f8642b..4865f870 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: maigret title: Maigret -summary: 🕵️‍♂️ Collect a dossier on a person by username from thousands of sites. +summary: 🕵️ Collect a dossier on a person by username from thousands of sites. description: | **Maigret** collects a dossier on a person **by username only**, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys required.