meta-hpe: use Jean-Marie preferred email address
Every time a commit is made in openbmc/openbmc, the OWNER plugin logic
looks up every OWNERS file in openbmc/openbmc and also tries to look up
every user.
The gerrit log gets filled with messages like this:
```
[2024-04-05T18:30:51.327Z] [Index-Batch-66[java.util.concurrent.
ScheduledThreadPoolExecutor$ScheduledFutureTask@505cf419[Not completed,
task = java.util.concurrent.Executors$RunnableAdapter@2505fce4[Wrapped
task = com.google.gerrit.server.logging.
LoggingContextAwareRunnable@7086c656]]]] WARN com.googlesource.gerrit.
owners.common.AccountsImpl : User 'verdun@hpe.com'
does not resolve to any account.
```
Not sure why the plugin looks at every OWNERS file, even when the commit
does not touch the corresponding sub-directory, but it does.
Looking at gerrit, it looks like the primary email for Jean-Marie is the
one I've added here.
Change-Id: Idb0c18de285378b42d4e50fe1446730f535ec7ec
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-hpe/OWNERS b/meta-hpe/OWNERS
index fefcccd..93cdd7d 100644
--- a/meta-hpe/OWNERS
+++ b/meta-hpe/OWNERS
@@ -1,5 +1,5 @@
owners:
-- verdun@hpe.com
+- jean-marie.verdun@hpe.com
- nhawkins48@gmail.com
- matt.fischer@hpe.com
- charles.kearney@hpe.com