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 /twittperator.js | |
parent | b9a63fa15c11470ab2a71b723fd45bd1d5448e34 (diff) | |
download | vimperator-plugins-4cb789f00358d3e73bc241f26e0352bd559e2837.tar.bz2 |
Fix <updateURL>
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 2ea49b9..ff02c68 100644 --- a/twittperator.js +++ b/twittperator.js @@ -34,7 +34,7 @@ let PLUGIN_INFO = <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>MIT License</license> - <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twittperator.js</updateURL> + <updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/twittperator.js</updateURL> <detail><![CDATA[ This is the Twitter client plugin with OAuth authentication. == Command == |