modules: matrix-hookshot: remove deprecated lib.mdDoc

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-12-05 15:37:54 +01:00
parent b3fa56b817
commit d3aa81d782
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -169,7 +169,7 @@ in {
};
namespaces = mkOption {
description = lib.mdDoc
description =
"Configure the 'namespaces' section of the registration.yml for the bridge and the server";
# TODO: proper type-checked submodule, not freeform
type = types.submodule { freeformType = (pkgs.formats.yaml { }).type; };