diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-23 22:03:03 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-23 22:03:03 -0500 |
commit | 4612211a9080251a02e4b3235c41db55f586a6b3 (patch) | |
tree | cabf9cae8b97aa0e1ed22b6fc4232ff6fc5fa209 /lfs-latest-git.php | |
parent | 9a178619b934f7dca245c7cebd63dbebc4039c3b (diff) |
Update mail address in currency check.
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r-- | lfs-latest-git.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 24024da50..fa0cecbcf 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -380,10 +380,10 @@ function mail_to_lfs() global $vers; global $dirs; - $to = "lfs-book@lists4.linuxfromscratch.org"; - $from = "bdubbs@rivendell.linuxfromscratch.org"; + $to = "lfs-book@lists.linuxfromscratch.org"; + $from = "bdubbs@linuxfromscratch.org"; $subject = "LFS Package Currency Check - $date GMT"; - $headers = "From: bdubbs@rivendell.linuxfromscratch.org"; + $headers = "From: bdubbs@linuxfromscratch.org"; $message = "Package LFS Upstream Flag\n\n"; |