services.heisenbridge: Don't use lt/gt signs in mkEnableOption

It breaks the XML manual generation.
This commit is contained in:
adisbladis 2022-01-13 13:34:17 +12:00
parent 191ba295e6
commit 72908cb5a8

View File

@ -23,7 +23,7 @@ let
in
{
options.services.heisenbridge = {
enable = mkEnableOption "the Matrix<->IRC bridge";
enable = mkEnableOption "A bouncer-style Matrix IRC bridge";
package = mkOption {
type = types.package;