Reedy has submitted this change and it was merged. Change subject: Update name email comes from ......................................................................
Update name email comes from Change-Id: Ib7fcd81682fe15a15e89b324da5225cf4d4b0bbd --- M cli/wm-scripts/bv2013/sendMails.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Verified; Looks good to me, approved jenkins-bot: Checked diff --git a/cli/wm-scripts/bv2013/sendMails.php b/cli/wm-scripts/bv2013/sendMails.php index b27668c..4bf10b1 100644 --- a/cli/wm-scripts/bv2013/sendMails.php +++ b/cli/wm-scripts/bv2013/sendMails.php @@ -10,7 +10,7 @@ $err = fopen( 'php://stderr', 'w' ); $in = fopen( 'php://stdin', 'r' ); -$sender = new MailAddress( '[email protected]', 'Wikimedia Board Elections Committee' ); +$sender = new MailAddress( '[email protected]', 'Wikimedia Foundation Election Committee' ); // Pull templates $langs = explode( ' ', 'bar be-tarask bg bn bs ca cy da de diq el en eo es fa fi fr gl he hi hy id ' . -- To view, visit https://gerrit.wikimedia.org/r/68834 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib7fcd81682fe15a15e89b324da5225cf4d4b0bbd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SecurePoll Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
