diff options
| author | mitsugu oyama | 2010-10-25 20:27:23 +0900 |
|---|---|---|
| committer | mitsugu oyama | 2010-10-25 20:27:23 +0900 |
| commit | 83c227bc5508214c574a743e15e68d5c9087d2e8 (patch) | |
| tree | 61da20f052063d0aacbe30b7d1d1cd74f08c982c | |
| parent | 6bc0bd669eb78b88059bdb5fb9bf8b1a3ae073b4 (diff) | |
| download | vimperator-plugins-83c227bc5508214c574a743e15e68d5c9087d2e8.tar.bz2 | |
add href attribute to plugin element
| -rw-r--r-- | jweather.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jweather.js b/jweather.js index e1c62ad..79e520c 100644 --- a/jweather.js +++ b/jweather.js @@ -2,6 +2,7 @@ var INFO = <plugin name="jweather.js" version="0.1" summary="jweather.js" + href="http://github.com/vimpr/vimperator-plugins/blob/master/jweather.js" xmlns="http://vimperator.org/namespaces/liberator"> <author email="mitsugu.oyama@gmail.com">Mitsugu Oyama</author> <license href="http://opensource.org/licenses/mit-license.php">MIT</license> |
