nixos/ddns-updater: fix documentation link formatting

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/ddns-updater.nix
···
environment = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
-
description = "Environment variables to be set for the ddns-updater service. DATADIR is ignored to enable using systemd DynamicUser. For full list see https://github.com/qdm12/ddns-updater";
default = { };
};
};
···
environment = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
+
description = "Environment variables to be set for the ddns-updater service. DATADIR is ignored to enable using systemd DynamicUser. For full list see <https://github.com/qdm12/ddns-updater>";
default = { };
};
};