From 5dc02fabdc79143feffcb32d849222cb95da258d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 21 Apr 2024 19:49:16 +0200
Subject: [PATCH] Continued: - rewrite all "*mammuthus*" to "mammuthus"

---
 fba/helpers/software.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/fba/helpers/software.py b/fba/helpers/software.py
index 09f016f..b752095 100644
--- a/fba/helpers/software.py
+++ b/fba/helpers/software.py
@@ -115,6 +115,9 @@ def alias(software: str) -> str:
     elif "radiant" in cleared:
         logger.debug("Setting radiant: cleared='%s'", cleared)
         cleared = "radiant"
+    elif "mammuthus" in cleared:
+        logger.debug("Setting mammuthus: cleared='%s'", cleared)
+        cleared = "mammuthus"
     elif cleared in _mastodon_aliases or "되는 마스토돈" in cleared or "mastodon" in cleared:
         logger.debug("Setting mastodon: cleared='%s'", cleared)
         cleared = "mastodon"
-- 
2.39.5