On Thu, Dec 16, 2021 at 5:43 AM Daniel P. Berrangé wrote: > On Wed, Dec 15, 2021 at 04:06:13PM -0500, John Snow wrote: > > I'm the primary author of this particular component; update the metadata > > accordingly. > > > > Signed-off-by: John Snow > > --- > > setup.cfg | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/setup.cfg b/setup.cfg > > index 9999bca..7cd8470 100644 > > --- a/setup.cfg > > +++ b/setup.cfg > > @@ -1,7 +1,9 @@ > > [metadata] > > name = qemu.qmp > > version = file:VERSION > > -maintainer = QEMU Developer Team > > +author = John Snow > > +author_email = jsnow@redhat.com > > Isn't the authorship of this more of a collaborative effort ? > IOW, shouldn't it just be "The QEMU Project" as for the > maintainer. > Sorta. The code in this specific package is > 95% written by me, so I felt the authorship credit here was roughly appropriate. So, I put myself as the "Author" but "QEMU Project" as the "maintainer". I put a lot of work into this, so it felt weird to say that it was authored by a mailing list. I also wanted to avoid not listing my own name at all, since this has largely been my initiative to polish it up, write docs, and split it out -- it feels rude to just dump responsibility straight back on the list and pretend I'm not the point of contact for it. > > > +maintainer = QEMU Project > > maintainer_email = qemu-devel@nongnu.org > > url = https://www.qemu.org/ > > download_url = https://www.qemu.org/download/ > > Regards, > Daniel > -- > |: https://berrange.com -o- > https://www.flickr.com/photos/dberrange :| > |: https://libvirt.org -o- > https://fstop138.berrange.com :| > |: https://entangle-photo.org -o- > https://www.instagram.com/dberrange :| > >