Fix module category

This commit is contained in:
pinpox
2025-06-03 22:45:23 +02:00
parent 11fd796d44
commit 31bfc6eb8e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
description = "Email-based instant messaging for Desktop."
categories = ["Communication"]
categories = ["Social"]
features = [ "inventory", "deprecated" ]
---

View File

@@ -3,7 +3,7 @@
_class = "clan.service";
manifest.name = "clan-core/deltachat";
manifest.description = "Email-based instant messaging for Desktop";
manifest.categories = [ "Communication" ];
manifest.categories = [ "Social" ];
roles.default = {
interface =
@@ -161,4 +161,4 @@
};
};
};
}
}