diff options
author | anekos | 2010-11-29 20:39:23 +0900 |
---|---|---|
committer | anekos | 2010-11-29 20:39:23 +0900 |
commit | 4cb789f00358d3e73bc241f26e0352bd559e2837 (patch) | |
tree | 67856dee3efa97b3e2b8a0174c6d29ec653126f4 /command_menu.js | |
parent | b9a63fa15c11470ab2a71b723fd45bd1d5448e34 (diff) | |
download | vimperator-plugins-4cb789f00358d3e73bc241f26e0352bd559e2837.tar.bz2 |
Fix <updateURL>
Diffstat (limited to 'command_menu.js')
-rw-r--r-- | command_menu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command_menu.js b/command_menu.js index f101ee7..ef00cb1 100644 --- a/command_menu.js +++ b/command_menu.js @@ -42,7 +42,7 @@ let PLUGIN_INFO = <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> - <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/command_menu.js</updateURL> + <updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/command_menu.js</updateURL> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> <detail><![CDATA[ |