summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rpmrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index 19ab98390..135d92277 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -1581,7 +1581,7 @@ static void getMachineInfo(int type, /*@null@*/ /*@out@*/ const char ** name,
if (tables[currTables[type]].hasCanon) {
rpmMessage(RPMMESS_WARNING, _("Unknown system: %s\n"), current[type]);
- rpmMessage(RPMMESS_WARNING, _("Please contact rpm-list@redhat.com\n"));
+ rpmMessage(RPMMESS_WARNING, _("Please contact rpm-maint@lists.rpm.org\n"));
}
}
}