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/fmap.c b/fmap.c
index 69824ea..0eb5bf9 100644
--- a/fmap.c
+++ b/fmap.c
@@ -324,7 +324,7 @@
 	 * speed benefit of using bsearch at which point we need to use brute-
 	 * force instead.
 	 *
-	 * TODO: Since flashrom is often used with high-latency external
+	 * TODO: Since flashprog is often used with high-latency external
 	 * programmers we should not be overly aggressive with bsearch.
 	 */
 	ret = fmap_bsearch_rom(fmap_out, flashctx, rom_offset, len, 256);