diff --git a/src/apps.json b/src/apps.json index 1b7e3cc15..e7c3d2b5a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9540,6 +9540,18 @@ "implies": "PHP", "website": "http://symfony.com" }, + "Sympa": { + "cats": [ + 30 + ], + "meta": { + "generator": "^Sympa$" + }, + "html": "\\s*Powered by Sympa\\s*", + "icon": "sympa.png", + "implies": "Perl", + "website": "https://www.sympa.org/" + }, "Synology DiskStation": { "cats": [ 48 diff --git a/src/icons/sympa.png b/src/icons/sympa.png new file mode 100644 index 000000000..288e92224 Binary files /dev/null and b/src/icons/sympa.png differ