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/sfdp.c b/sfdp.c
index b549417..bf14482 100644
--- a/sfdp.c
+++ b/sfdp.c
@@ -86,7 +86,7 @@
 	if (erasefn == NULL || total_size == 0 || block_size == 0 ||
 	    total_size % block_size != 0) {
 		msg_cdbg("%s: invalid input, please report to "
-			 "flashrom@flashrom.org\n", __func__);
+			 "flashrom-stable@flashrom.org\n", __func__);
 		return 1;
 	}
 
@@ -115,8 +115,8 @@
 			  opcode);
 		return 0;
 	}
-	msg_cinfo("%s: Not enough space to store another eraser (i=%d)."
-		  " Please report this at flashrom@flashrom.org\n",
+	msg_cinfo("%s: Not enough space to store another eraser (i=%d).\n"
+		  "Please report this at flashrom-stable@flashrom.org\n",
 		  __func__, i);
 	return 1;
 }