chore: Add missing author information (#4)
This commit is contained in:
parent
3e321ec847
commit
ac38fd44f8
@ -7,7 +7,7 @@
|
||||
<description>An example description</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Example</author>
|
||||
<author mail="example@example.com" homepage="https://example.com">Example</author>
|
||||
<namespace>AppTemplate</namespace>
|
||||
<category>customization</category>
|
||||
<bugs>https://example.com/bugs</bugs>
|
||||
|
@ -5,7 +5,8 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "example",
|
||||
"email": "example@example.com"
|
||||
"email": "example@example.com",
|
||||
"homepage": "https://example.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
|
Loading…
Reference in New Issue
Block a user