Change references to flashrom-stable

Adapt all mentions of the mailing list and also the version print.

Change-Id: Ib4a3271422ee6cf4d0efb8c3fa858b66a22c0a33
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/70922
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/cli_common.c b/cli_common.c
index 606eaa1..8cc1eda 100644
--- a/cli_common.c
+++ b/cli_common.c
@@ -69,10 +69,10 @@
 		}
 		msg_cinfo("The test status of this chip may have been updated in the latest development\n"
 			  "version of flashrom. If you are running the latest development version,\n"
-			  "please email a report to flashrom@flashrom.org if any of the above operations\n"
-			  "work correctly for you with this flash chip. Please include the flashrom log\n"
-			  "file for all operations you tested (see the man page for details), and mention\n"
-			  "which mainboard or programmer you tested in the subject line.\n"
+			  "please email a report to flashrom-stable@flashrom.org if any of the above\n"
+			  "operations work correctly for you with this flash chip. Please include the\n"
+			  "flashrom log file for all operations you tested (see the man page for details),\n"
+			  "and mention which mainboard or programmer you tested in the subject line.\n"
 			  "Thanks for your help!\n");
 	}
 }