From af3316670d2fe7d3a5a67a729d0517be6b65e05f Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 2 Jul 2025 09:06:29 +0530 Subject: [PATCH] archive_eol: Add some more exclusions --- .github/scripts/archive_eol.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/archive_eol.py b/.github/scripts/archive_eol.py index e630118..5adefb7 100644 --- a/.github/scripts/archive_eol.py +++ b/.github/scripts/archive_eol.py @@ -124,6 +124,10 @@ def main() -> None: # 3-1.6, 3-18.08 is EOL "org.videolan.VLC.Plugin.fdkaac", "org.kde.PlatformTheme.QGnomePlatform", + "com.github.wwmm.easyeffects", + "com.yubico.yubioath", + "com.icanblink.blink", + "com.github.wwmm.pulseeffects", } stable = get_eol_refs("x86_64", "flathub") | get_eol_refs("aarch64", "flathub")