diff options
author | tv <tv@krebsco.de> | 2016-02-08 04:12:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-08 04:12:56 +0100 |
commit | 49ed93662983e67a8bef8641b4d6282e5a59b2f5 (patch) | |
tree | 59d416e9a432c4466ba572d755bbbcf65fdf9260 /tv/2configs | |
parent | 42d2d5de77590e7d6c421a3f7d80126f34646750 (diff) |
tv git: bump descs
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/git.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 3ee708e03..f248a8cb5 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -7,8 +7,8 @@ let out = { krebs.git = { enable = true; - root-title = "public repositories at ${config.krebs.build.host.name}"; - root-desc = "keep calm and engage"; + root-title = "repositories at ${config.krebs.build.host.name}"; + root-desc = "mostly krebs"; repos = repos; rules = rules; }; @@ -21,7 +21,7 @@ let rules = concatMap make-rules (attrValues repos); public-repos = mapAttrs make-public-repo ({ - } // mapAttrValues (setAttr "section" "1. Miscellaneous") { + } // mapAttrValues (setAttr "section" "1. miscellaneous") { cac-api = { desc = "CloudAtCost API command line interface"; }; @@ -37,7 +37,7 @@ let desc = "SoundCloud command line interface"; }; stockholm = { - desc = "take all the computers hostage, they'll love you!"; + desc = "NixOS configuration"; }; with-tmpdir = {}; } // mapAttrValues (setAttr "section" "2. Haskell libraries") { @@ -49,7 +49,7 @@ let web-routes-wai-custom = {}; xintmap = {}; xmonad-stockholm = {}; - } // mapAttrValues (setAttr "section" "3. Museum") { + } // mapAttrValues (setAttr "section" "3. museum") { cgserver = {}; crude-mail-setup = {}; dot-xmonad = {}; |