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
|
id: example-library
|
||||||
type: library
|
type: library
|
||||||
description: Test library addon
|
description: Test library addon
|
||||||
|
author:
|
||||||
|
name: TheThomaas
|
||||||
|
url: git.thethomaas.net/TheThomaas
|
||||||
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
||||||
tags:
|
tags:
|
||||||
- Test
|
- Test
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@ version: 0.1
|
||||||
id: example-theme
|
id: example-theme
|
||||||
type: theme
|
type: theme
|
||||||
description: Test theme addon
|
description: Test theme addon
|
||||||
|
author:
|
||||||
|
name: TheThomaas
|
||||||
|
url: git.thethomaas.net/TheThomaas
|
||||||
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
url: 'https://git.thethomass.net/Umbra/umbra-test-addons'
|
||||||
tags:
|
tags:
|
||||||
- Test
|
- Test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue