summaryrefslogtreecommitdiff
path: root/EmbeddedPkg
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-31 01:46:17 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-31 01:46:17 +0000
commitfc35d13524c05ee768c3e33d89ea67b7c4c9c176 (patch)
treecf26d7a13d642dfa7e1a6619d372cced30e30460 /EmbeddedPkg
parentca3ad58bfa2284f0dc98ec904423e83874a90f52 (diff)
Update mailing list to SourceForge.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9888 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r--EmbeddedPkg/Ebl/Main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Ebl/Main.c b/EmbeddedPkg/Ebl/Main.c
index 5d1a37916..d3dcc58a9 100644
--- a/EmbeddedPkg/Ebl/Main.c
+++ b/EmbeddedPkg/Ebl/Main.c
@@ -451,7 +451,7 @@ EblPrintStartupBanner (
EblSetTextColor (0);
AsciiPrint (") prototype. Built at %a on %a\n",__TIME__, __DATE__);
AsciiPrint ("THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN 'AS IS' BASIS,\nWITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\n");
- AsciiPrint ("Please send feedback to dev@edk2.tianocore.org\n");
+ AsciiPrint ("Please send feedback to edk2-devel@lists.sourceforge.net\n");
}