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 | 21718b041f96391ec91497a4932cb6d8bd7f2f30 (patch) | |
tree | ab72e530b98039b7589f122362b64099312dd4c6 /tv/2configs | |
parent | b2f19764ef2b1351673d9407a4cd813ce8b8b230 (diff) |
cac-1.0.3 -> cac-api-1.1.0
Diffstat (limited to 'tv/2configs')
-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 01dc7de..b818008 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 = {}; |