diff options
author | anekos | 2010-11-29 20:40:24 +0900 |
---|---|---|
committer | anekos | 2010-11-29 20:40:24 +0900 |
commit | 1fefd6eda9493010d7ccf2c528a4f3a6d86a4b28 (patch) | |
tree | a6572bfdb113098ca0915b7af41d440659b41718 /google-search.js | |
parent | cde3e91c73bc0da8d9f100287c25324c42b2abae (diff) | |
download | vimperator-plugins-2.3.tar.bz2 |
Fix <updateURL>2.3
Diffstat (limited to 'google-search.js')
-rw-r--r-- | google-search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-search.js b/google-search.js index b84cf06..9be5cea 100644 --- a/google-search.js +++ b/google-search.js @@ -5,7 +5,7 @@ var PLUGIN_INFO = <description lang="ja">Google 検索し、候補をよしなに補完します</description> <minVersion>2.0</minVersion> <maxVersion>2.0pre</maxVersion> -<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/google-search.js</updateURL> +<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/google-search.js</updateURL> <author mail="hotchpotch@gmail.com" homepage="http://tako3.net/http://d.hatena.ne.jp/secondlife/">Yuichi Tateno</author> <license>MPL 1.1/GPL 2.0/LGPL 2.1</license> <version>0.1</version> |