Add author information to addon manifest file
This commit is contained in:
parent
3605d52f21
commit
a99f485893
|
|
@ -3,7 +3,9 @@ version: 0.1
|
|||
id: example-library
|
||||
type: library
|
||||
description: Test library addon
|
||||
|
||||
author:
|
||||
name: TheThomaas
|
||||
url: git.thethomaas.net/TheThomaas
|
||||
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
||||
tags:
|
||||
- Test
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@ version: 0.1
|
|||
id: example-theme
|
||||
type: theme
|
||||
description: Test theme addon
|
||||
|
||||
author:
|
||||
name: TheThomaas
|
||||
url: git.thethomaas.net/TheThomaas
|
||||
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
||||
tags:
|
||||
- Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue