Merge pull request #273224 from s-sinnlos/ddclient-docs-fix

nixos/ddclient: Update link to protocols documentation
This commit is contained in:
Nick Cao
2023-12-10 11:48:54 -05:00
committed by GitHub
@@ -126,7 +126,7 @@ with lib;
default = "dyndns2";
type = str;
description = lib.mdDoc ''
Protocol to use with dynamic DNS provider (see https://sourceforge.net/p/ddclient/wiki/protocols).
Protocol to use with dynamic DNS provider (see https://ddclient.net/protocols.html ).
'';
};