3
0
Fork 0
forked from mirrors/nixpkgs

Correct web-skip value to match behavior of checkip.dyndns.com

This commit is contained in:
Thomas Bereknyei 2013-12-11 23:17:53 -05:00
parent 2331185794
commit 6129be5a7a

View file

@ -86,7 +86,7 @@ in
};
web = mkOption {
default = "web, web=checkip.dyndns.com/, web-skip='IP Address'" ;
default = "web, web=checkip.dyndns.com/, web-skip='Current IP Address: '" ;
description = "";
};