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