fix manifest name

This commit is contained in:
pinpox
2025-06-05 18:36:57 +02:00
parent 21fb085454
commit e376702816

View File

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