Fixed maintainer and version fields
* Fixed format of maintainer email address. * Fixed template version number by putting quotation marks around it to make it a string.
This commit is contained in:
parent
9ab088b0ed
commit
e8be8a93c7
@ -1,7 +1,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
catalog:
|
catalog:
|
||||||
name: Huginn
|
name: Huginn
|
||||||
version: 0.1
|
version: "0.1"
|
||||||
description: Web automation framework. Your agents are standing by!
|
description: Web automation framework. Your agents are standing by!
|
||||||
questions:
|
questions:
|
||||||
- variable: DB_PASSWORD
|
- variable: DB_PASSWORD
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
name: Huginn
|
name: Huginn
|
||||||
description: |
|
description: |
|
||||||
Web automation framework. Your agents are standing by!
|
Web automation framework. Your agents are standing by!
|
||||||
version: 0.1
|
version: "0.1"
|
||||||
category: Automation
|
category: Automation
|
||||||
license: MIT
|
license: MIT
|
||||||
maintainer: Zicklag (zicklag@katharostech.com)
|
maintainer: Zicklag <zicklag@katharostech.com>
|
||||||
projectURL: https://github.com/huginn/huginn/
|
projectURL: https://github.com/huginn/huginn/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user