fix manifest name

This commit is contained in:
pinpox
2025-06-05 18:36:57 +02:00
parent 5a4044815d
commit 5b2f77e06c

View File

@@ -1,7 +1,7 @@
{ ... }:
{
_class = "clan.service";
manifest.name = "clan-core/importer";
manifest.name = "importer";
manifest.description = "Convenient, structured module imports for hosts.";
manifest.categories = [ "Utility" ];
manifest.readme = builtins.readFile ./README.md;