diff options
author | tv <tv@krebsco.de> | 2016-02-03 19:39:00 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-03 19:39:00 +0100 |
commit | 5bc7523bb54e960f5ac00492b16519b1bce21007 (patch) | |
tree | 652efd6d25d03cbe40c068036d975d6f2ce93670 /tv/2configs/git.nix | |
parent | cdb590be5072712c9552a98f8979aa94288dcbc8 (diff) |
cac-1.0.3 -> cac-api-1.1.0
Diffstat (limited to 'tv/2configs/git.nix')
-rw-r--r-- | tv/2configs/git.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 01dc7de9b..b8180085f 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -22,8 +22,8 @@ let public-repos = mapAttrs make-public-repo ({ } // mapAttrValues (setAttr "section" "1. Miscellaneous") { - cac = { - desc = "CloudAtCost command line interface"; + cac-api = { + desc = "CloudAtCost API command line interface"; }; get = {}; hack = {}; |