diff --git a/editors/jwysiwyg.inc b/editors/jwysiwyg.inc
index fa65b74..0f842db 100644
--- a/editors/jwysiwyg.inc
+++ b/editors/jwysiwyg.inc
@@ -11,23 +11,19 @@
 function wysiwyg_jwysiwyg_editor() {
   $editor['jwysiwyg'] = array(
     'title' => 'jWYSIWYG',
-    'vendor url' => 'http://code.google.com/p/jwysiwyg/',
-    'download url' => 'http://code.google.com/p/jwysiwyg/downloads/list',
+    'vendor url' => 'http://github.com/akzhan/jwysiwyg',
+    'download url' => 'http://github.com/akzhan/jwysiwyg/tags',
     'libraries' => array(
       '' => array(
         'title' => 'Source',
         'files' => array('jquery.wysiwyg.js'),
       ),
-      'pack' => array(
-        'title' => 'Packed',
-        'files' => array('jquery.wysiwyg.pack.js'),
-      ),
     ),
     'version callback' => 'wysiwyg_jwysiwyg_version',
     // @todo Wrong property; add separate properties for editor requisites.
     'css path' => wysiwyg_get_path('jwysiwyg'),
     'versions' => array(
-      '0.5' => array(
+      '0.95' => array(
         'js files' => array('jwysiwyg.js'),
         'css files' => array('jquery.wysiwyg.css'),
       ),
