Rebrand to flashprog and update URLs

Mostly automated `sed` work. As of now, URLs to the old wiki are broken
either way, so changing them shouldn't hurt. Other URLs (e.g. to mailing
list archives) were hopefully filtered correctly.

Change-Id: I9d43bfd0e675eff2fcbad05f304b9ce9f5006b08
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashrom-stable/+/21
diff --git a/sb600spi.c b/sb600spi.c
index 8d071be..ba7bd3e 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -113,7 +113,7 @@
 		} else {
 			msg_pwarn("SB device found but SMBus revision 0x%02x does not match known values.\n"
 				  "Assuming SB8xx/SB9xx/Hudson-1.\n"
-				  "Please send a log to flashrom-stable@flashrom.org\n",
+				  "Please send a log to flashprog@flashprog.org\n",
 				  rev);
 			amd_gen = CHIPSET_SB89XX;
 		}
@@ -134,7 +134,7 @@
 			msg_pdbg("Yangtze detected.\n");
 		} else {
 			msg_pwarn("FCH device found but SMBus revision 0x%02x does not match known values.\n"
-				  "Please report this to flashrom-stable@flashrom.org and include this\n"
+				  "Please report this to flashprog@flashprog.org and include this\n"
 				  "log and the output of lspci -nnvx, thanks!.\n", rev);
 		}
 	} else if (dev->device_id == 0x790e) {
@@ -149,14 +149,14 @@
 			msg_pdbg("Promontory detected.\n");
 		} else {
 			msg_pwarn("FCH device found but SMBus revision 0x%02x does not match known values.\n"
-				  "Please report this to flashrom-stable@flashrom.org and include this\n"
+				  "Please report this to flashprog@flashprog.org and include this\n"
 				  "log and the output of lspci -nnvx, thanks!.\n", rev);
 		}
 
 
 	} else
 		msg_pwarn("%s: Unknown LPC device %" PRIx16 ":%" PRIx16 ".\n"
-			  "Please report this to flashrom-stable@flashrom.org and include this\n"
+			  "Please report this to flashprog@flashprog.org and include this\n"
 			  "log and the output of lspci -nnvx, thanks!\n",
 			  __func__, dev->vendor_id, dev->device_id);
 	if (amd_gen == CHIPSET_AMD_UNKNOWN) {