From acd4a47a3912ea57e08a8a9ab1e14de5c9f9d12f Mon Sep 17 00:00:00 2001 From: erikmaarten Date: Mon, 28 Sep 2015 20:28:16 +0200 Subject: [PATCH] Added category "communications" to metadata Communications seems to a better fit than productivity since this is primarily a chat app. (See specifications of categories here: https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/package.capnp) --- .sandstorm/sandstorm-pkgdef.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 0041c47145b9..2c0b0f50c612 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -50,7 +50,7 @@ const pkgdef :Spk.PackageDefinition = ( website = "https://rocket.chat", codeUrl = "https://github.com/RocketChat/Rocket.Chat", license = (openSource = mit), - categories = [productivity], + categories = [communications, productivity], author = ( contactEmail = "team@rocket.chat",