diff mbox series

[qemu.qmp,02/12] update maintainer metadata

Message ID 20220422184940.1763958-3-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show
Series python: fork qemu.qmp python lib into independent repo | expand

Commit Message

John Snow April 22, 2022, 6:49 p.m. UTC
Modify "QEMU Developer Team" to "QEMU Project", as this matches the
spelling we use for the collective on gitlab.com/qemu-project.

Add myself as the principal maintainer contact.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 setup.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Daniel P. Berrangé April 25, 2022, 10:54 a.m. UTC | #1
On Fri, Apr 22, 2022 at 02:49:30PM -0400, John Snow wrote:
> Modify "QEMU Developer Team" to "QEMU Project", as this matches the
> spelling we use for the collective on gitlab.com/qemu-project.
> 
> Add myself as the principal maintainer contact.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  setup.cfg | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


> diff --git a/setup.cfg b/setup.cfg
> index 4ffab73..f06f944 100644
> --- a/setup.cfg
> +++ b/setup.cfg
> @@ -1,8 +1,10 @@
>  [metadata]
>  name = qemu.qmp
>  version = file:VERSION
> -maintainer = QEMU Developer Team
> -maintainer_email = qemu-devel@nongnu.org
> +author = QEMU Project
> +author_email = qemu-devel@nongnu.org
> +maintainer = John Snow
> +maintainer_email = jsnow@redhat.com

It is up to you to decide, but beware that listing yourself here will
result in random people emailing you directly to ask for help, instead
of emailing the mailing list for help. Personally I always want people
to use the mailing list and never mail me directly [1].

With regards,
Daniel

[1] https://rwmj.wordpress.com/2010/11/08/want-help-dont-email-me-directly/
John Snow April 25, 2022, 6:15 p.m. UTC | #2
On Mon, Apr 25, 2022, 6:55 AM Daniel P. Berrangé <berrange@redhat.com>
wrote:

> On Fri, Apr 22, 2022 at 02:49:30PM -0400, John Snow wrote:
> > Modify "QEMU Developer Team" to "QEMU Project", as this matches the
> > spelling we use for the collective on gitlab.com/qemu-project.
> >
> > Add myself as the principal maintainer contact.
> >
> > Signed-off-by: John Snow <jsnow@redhat.com>
> > ---
> >  setup.cfg | 6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>
>
> > diff --git a/setup.cfg b/setup.cfg
> > index 4ffab73..f06f944 100644
> > --- a/setup.cfg
> > +++ b/setup.cfg
> > @@ -1,8 +1,10 @@
> >  [metadata]
> >  name = qemu.qmp
> >  version = file:VERSION
> > -maintainer = QEMU Developer Team
> > -maintainer_email = qemu-devel@nongnu.org
> > +author = QEMU Project
> > +author_email = qemu-devel@nongnu.org
> > +maintainer = John Snow
> > +maintainer_email = jsnow@redhat.com
>
> It is up to you to decide, but beware that listing yourself here will
> result in random people emailing you directly to ask for help, instead
> of emailing the mailing list for help. Personally I always want people
> to use the mailing list and never mail me directly [1].
>

Good point. I guess what I am afraid of is that they mail the list and
don't CC me, and I miss it!
diff mbox series

Patch

diff --git a/setup.cfg b/setup.cfg
index 4ffab73..f06f944 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,10 @@ 
 [metadata]
 name = qemu.qmp
 version = file:VERSION
-maintainer = QEMU Developer Team
-maintainer_email = qemu-devel@nongnu.org
+author = QEMU Project
+author_email = qemu-devel@nongnu.org
+maintainer = John Snow
+maintainer_email = jsnow@redhat.com
 url = https://www.qemu.org/
 download_url = https://www.qemu.org/download/
 description = QEMU Python Build, Debug and SDK tooling.