Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

RPC info should include comaintainers
- [x] I have summed up the feature in concise words in the [Summary](#summary) section. - [x] I have completely described the feature in the [Description](#description) section. - [x] I have completed the [Blockers](#blockers) section. ### Summary The AUR RPC interface could return the list of co-maintainers in info queries. ### Description As far as I can see the AUR RPC interface currently only returns the regular maintainer of a package in the `Maintainer` field of `info` responses. It'd be handy to also have access to the list of additional co-maintainers, e.g. in a separate `CoMaintainers` field. I'm trying to automate trust checking for AURs (i.e. automatically build packages maintained by a list of trusted user accounts), but without information about co-maintainers this trust check is incomplete at best. It'd be great to have a full list of user accounts permitted to push to an AUR package in the `info` endpoint.
issue