From 7245e358637ceb8564ea5bc7a26e4cfb55cdfae9 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 22 Apr 2026 18:25:25 +0530 Subject: [PATCH] Exclude com.redis.RedisInsight --- .github/scripts/archive_eol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/archive_eol.py b/.github/scripts/archive_eol.py index ee5c9fb..d000f16 100644 --- a/.github/scripts/archive_eol.py +++ b/.github/scripts/archive_eol.py @@ -133,6 +133,7 @@ def main() -> None: "ru.linux_gaming.PortProton", "org.videolan.VLC.Plugin.makemkv", "net.code_industry.MasterPDFEditor", + "com.redis.RedisInsight", } stable = get_eol_refs("x86_64", "flathub") | get_eol_refs("aarch64", "flathub")