Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is author object collapsed to a string #64

Open
adius opened this issue Jun 1, 2016 · 1 comment
Open

Why is author object collapsed to a string #64

adius opened this issue Jun 1, 2016 · 1 comment

Comments

@adius
Copy link

adius commented Jun 1, 2016

Why is

"author": {
    "name": "Martti Malmi",
    "email": "[email protected]",
    "url": "https://github.com/mmalmi"
}

replaced with

 "author": "Martti Malmi <[email protected]> (https://github.com/mmalmi)"

I think it should be the other way round! ^^

@iancrowther
Copy link

Hey @adius,

I was expecting the same thing as you, that the author attributes would be split out. I had a look through the code history and its been this way since Jun 17, 2012 so its not a bug.

Ian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants