From 09d23c384dc7a896445b8142d2b61a0ec9815ac9 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Sat, 17 Apr 2010 11:28:52 +0000
Subject: [PATCH] Added Description field. Added Correct Wiki link.

---
 fracture/__init__.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/fracture/__init__.py b/fracture/__init__.py
index f2f23c8a6..70c6bfdb9 100644
--- a/fracture/__init__.py
+++ b/fracture/__init__.py
@@ -23,8 +23,10 @@ bl_addon_info = {
     'blender': (2, 5, 3),
     'location': 'Fracture tools (Search > Fracture Object & ,' \
         'Add -> Fracture Helper Objects',
-    'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/',
-    'category': 'Object'}
+    'description': 'Fractured Object, Bomb, Projectile, Recorder',
+    'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+        'Scripts/Object/Fracture'}
+
 
 import bpy
 from fracture import fracture_ops, fracture_setup
-- 
GitLab