Skip to content

Commit

Permalink
chore: Add missing author information (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Apr 29, 2024
1 parent 3e321ec commit ac38fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>An example description</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Example</author>
<author mail="[email protected]" homepage="https://example.com">Example</author>
<namespace>AppTemplate</namespace>
<category>customization</category>
<bugs>https://example.com/bugs</bugs>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"authors": [
{
"name": "example",
"email": "[email protected]"
"email": "[email protected]",
"homepage": "https://example.com"
}
],
"autoload": {
Expand Down

0 comments on commit ac38fd4

Please sign in to comment.