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:
Zicklag 2018-01-22 14:42:10 -06:00
parent 9ab088b0ed
commit e8be8a93c7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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/