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/hwaccess_physmap.c b/hwaccess_physmap.c
index 5f18f8e..8d7ddf2 100644
--- a/hwaccess_physmap.c
+++ b/hwaccess_physmap.c
@@ -320,7 +320,7 @@
 	/* No need to check for zero size, such mappings would have yielded ERROR_PTR. */
 	if (virt_addr == ERROR_PTR) {
 		msg_perr("Trying to unmap a nonexisting mapping!\n"
-			 "Please report a bug at flashrom-stable@flashrom.org\n");
+			 "Please report a bug at flashprog@flashprog.org\n");
 		return;
 	}
 
@@ -334,7 +334,7 @@
 	/* No need to check for zero size, such mappings would have yielded ERROR_PTR. */
 	if (virt_addr == ERROR_PTR) {
 		msg_perr("Trying to unmap a nonexisting mapping!\n"
-			 "Please report a bug at flashrom-stable@flashrom.org\n");
+			 "Please report a bug at flashprog@flashprog.org\n");
 		return;
 	}
 	tmp = (uintptr_t)virt_addr;