fixed comma error, new fedora install script
This commit is contained in:
parent
c84d6c5d4c
commit
5f73bcb90d
2 changed files with 21 additions and 3 deletions
|
@ -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",
|
||||
}
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue