From 73bc39579e9db3952c56575a4c4f830c300cf3ca Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 6 Sep 2010 21:39:43 +0200 Subject: [PATCH] addon-info.txt --- tmru-addon-info.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tmru-addon-info.txt b/tmru-addon-info.txt index 1ab768b..a87f93c 100644 --- a/tmru-addon-info.txt +++ b/tmru-addon-info.txt @@ -1,11 +1,11 @@ { - 'name' : 'tmru', - 'version' : "dev", - 'author' : "Tom Link ", - 'maintainer' : "Tom Link ", - 'repository' : {'type': 'git', 'url': 'git://github.com/tomtom/tmru_vim.git'}, - 'dependencies' : { + "name" : "tmru", + "version" : "dev", + "author" : "Tom Link ", + "maintainer" : "Tom Link ", + "repository" : {"type": "git", "url": "git://github.com/tomtom/tmru_vim.git"}, + "dependencies" : { 'tlib': {'type': 'git', 'url': 'git://github.com/tomtom/tlib_vim.git'} }, - 'description' : "Most Recently Used Files" + "description" : "Most Recently Used Files" }