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 /copy.js | |
parent | b9a63fa15c11470ab2a71b723fd45bd1d5448e34 (diff) | |
download | vimperator-plugins-4cb789f00358d3e73bc241f26e0352bd559e2837.tar.bz2 |
Fix <updateURL>
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ var PLUGIN_INFO = <description lang="ja">テンプレートから文字列のコピーを可能にします(CopyURL+みたいなもの)</description> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> -<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/copy.js</updateURL> +<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/copy.js</updateURL> <author mail="teramako@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/teramako/">teramako</author> <license>MPL 1.1/GPL 2.0/LGPL 2.1</license> <version>0.7.5</version> |