From fb5c00ba018b5f61807afb32b4d85ddcf6b3e31f Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 3 Dec 2015 20:36:09 +0100
Subject: [PATCH] m 2 git: add mattermost

---
 2configs/git/cgit-retiolum.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix
index e128276..304d39f 100644
--- a/2configs/git/cgit-retiolum.nix
+++ b/2configs/git/cgit-retiolum.nix
@@ -15,6 +15,7 @@ let
     tinc_graphs = {
       desc = "Tinc Advanced Graph Generation";
     };
+    cac = { };
   };
 
   priv-repos = mapAttrs make-priv-repo {
@@ -23,6 +24,9 @@ let
 
   connector-repos = mapAttrs make-priv-repo {
     connector = { };
+    mattermost = {
+      desc = "Mattermost Docker files";
+    };
   };