Merge pull request #217584 from Luflosi/fix-mautrix-facebook-typo

nixos/mautrix-facebook: fix copy&paste error
This commit is contained in:
Nick Cao
2023-02-22 08:41:57 +08:00
committed by GitHub
@@ -96,7 +96,7 @@ in {
type = types.nullOr types.path;
default = null;
description = lib.mdDoc ''
File containing environment variables to be passed to the mautrix-telegram service.
File containing environment variables to be passed to the mautrix-facebook service.
Any config variable can be overridden by setting `MAUTRIX_FACEBOOK_SOME_KEY` to override the `some.key` variable.
'';