From 2d71fb1f45b9b3e44550e27745bab69ff2f0dc91 Mon Sep 17 00:00:00 2001 From: Raul Sanchez Date: Fri, 11 Aug 2017 18:41:18 +0200 Subject: [PATCH] FIX category to databases to influxdb, mysql, postgres and quasardb --- templates/influxdb/config.yml | 2 +- templates/mysql/config.yml | 2 +- templates/postgres/config.yml | 2 +- templates/quasardb-community/config.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/influxdb/config.yml b/templates/influxdb/config.yml index c8ca0df..c437592 100644 --- a/templates/influxdb/config.yml +++ b/templates/influxdb/config.yml @@ -2,6 +2,6 @@ name: Influxdb description: | Influxdb version: 1.2.2-rancher1 -category: Database +category: Databases maintainer: "Raul Sanchez " license: diff --git a/templates/mysql/config.yml b/templates/mysql/config.yml index 6d2838d..fef7918 100644 --- a/templates/mysql/config.yml +++ b/templates/mysql/config.yml @@ -2,4 +2,4 @@ name: MySQL description: | MySQL — an open-source relational database management system (RDBMS) version: v0.0.1 -category: Database +category: Databases diff --git a/templates/postgres/config.yml b/templates/postgres/config.yml index 22d6fc8..48437e3 100644 --- a/templates/postgres/config.yml +++ b/templates/postgres/config.yml @@ -2,4 +2,4 @@ name: PostgreSQL description: | PostgreSQL — an object-relational database (ORDBMS) version: v0.0.1 -category: Database +category: Databases diff --git a/templates/quasardb-community/config.yml b/templates/quasardb-community/config.yml index 88c4098..4eceffa 100644 --- a/templates/quasardb-community/config.yml +++ b/templates/quasardb-community/config.yml @@ -2,7 +2,7 @@ name: QuasarDB Community description: | QuasarDB is a distributed key-value store with peer-to-peer replication, transactions, atomic operations, no-limit tagging and real-time search. version: 2.0.0-rc8 -category: Database +category: Databases maintainer: Alexis Ducastel projectURL: https://www.quasardb.net