diff options
-rwxr-xr-x | makerelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makerelease b/makerelease index b02913f2..40bb7276 100755 --- a/makerelease +++ b/makerelease @@ -52,7 +52,7 @@ open(REPORT, ">PREAMBLE.$$"); print REPORT <<EOF; The $version release of fetchmail is now available at the usual locations, -including http://www.ccil.org/~esr/fetchmail. Here are the release notes: +including http://$ENV{'WWWHOST'}/~esr/fetchmail. Here are the release notes: EOF |