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/programmer.c b/programmer.c
index 2b960e6..e72eaf1 100644
--- a/programmer.c
+++ b/programmer.c
@@ -91,7 +91,7 @@
 	if (registered_master_count >= MASTERS_MAX) {
 		msg_perr("Tried to register more than %i master "
 			 "interfaces.\n", MASTERS_MAX);
-		return ERROR_FLASHROM_LIMIT;
+		return ERROR_FLASHPROG_LIMIT;
 	}
 	registered_masters[registered_master_count] = *mst;
 	registered_master_count++;