chore: Add missing author information (#4)

This commit is contained in:
Kate 2024-04-29 08:54:02 +02:00 committed by GitHub
parent 3e321ec847
commit ac38fd44f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -5,7 +5,8 @@
"authors": [ "authors": [
{ {
"name": "example", "name": "example",
"email": "example@example.com" "email": "example@example.com",
"homepage": "https://example.com"
} }
], ],
"autoload": { "autoload": {