fixed comma error, new fedora install script

This commit is contained in:
murmeldin 2025-04-13 15:34:52 +02:00
parent c84d6c5d4c
commit 5f73bcb90d
2 changed files with 21 additions and 3 deletions

View file

@ -52,9 +52,9 @@ pub const CONFIG: CfgGroup<'static> = CfgGroup {
description: "Recipient of the emails sent.",
},
CfgField::Default {
key: "in-reply-to"
default: "intern@berlin.ccc.de"
description: "Person to reply to"
key: "in-reply-to",
default: "intern@berlin.ccc.de",
description: "Person to reply to",
}
],
};