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'
|
||||
catalog:
|
||||
name: Huginn
|
||||
version: 0.1
|
||||
version: "0.1"
|
||||
description: Web automation framework. Your agents are standing by!
|
||||
questions:
|
||||
- variable: DB_PASSWORD
|
||||
|
@ -1,8 +1,8 @@
|
||||
name: Huginn
|
||||
description: |
|
||||
Web automation framework. Your agents are standing by!
|
||||
version: 0.1
|
||||
version: "0.1"
|
||||
category: Automation
|
||||
license: MIT
|
||||
maintainer: Zicklag (zicklag@katharostech.com)
|
||||
maintainer: Zicklag <zicklag@katharostech.com>
|
||||
projectURL: https://github.com/huginn/huginn/
|
||||
|
Loading…
x
Reference in New Issue
Block a user