From e8be8a93c7302a8b3c39071eaabbfa5a2504aebe Mon Sep 17 00:00:00 2001 From: Zicklag Date: Mon, 22 Jan 2018 14:42:10 -0600 Subject: [PATCH] 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. --- templates/huginn/0/rancher-compose.yml | 2 +- templates/huginn/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/huginn/0/rancher-compose.yml b/templates/huginn/0/rancher-compose.yml index bc9030d..2d4c317 100644 --- a/templates/huginn/0/rancher-compose.yml +++ b/templates/huginn/0/rancher-compose.yml @@ -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 diff --git a/templates/huginn/config.yml b/templates/huginn/config.yml index 614a594..e412fe8 100644 --- a/templates/huginn/config.yml +++ b/templates/huginn/config.yml @@ -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 projectURL: https://github.com/huginn/huginn/