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
commit 203302b8a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';