diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index efccabb3..bda56637 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -1063,7 +1063,7 @@ class mga_buildsystem::config { 'mail' => { 'options' => { 'to' => "changelog@ml.${::domain}", - 'reply_to' => "mageia-dev@${::domain}", + 'reply_to' => "dev@ml.${::domain}", 'from' => "buildsystem-daemon@${::domain}", 'prefix' => 'RPM', }, |