cornelius / inqlude

Command line client for independent Qt library archive
inqlude.org
GNU General Public License v2.0
31 stars 11 forks source link

Add a comment field for authors #15

Open cornelius opened 10 years ago

cornelius commented 10 years ago

The authors section currently is an array of string, that's usually email addresses (including the name). We should extend that to be able to add a comment to each author, e.g. "maintainer", "original author", "Linux port", etc.

To achieve this we could change the authors field to:

"authors": { "name": "John Doe", "email": "john@example.com", "comment": "original author" }