From aae36412f5bdee133a97dba4c8c8f612ab2ff61b Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Mon, 21 Feb 2011 16:20:00 +0000
Subject: [PATCH] Added link to tracker for SVG importer

---
 io_curve_svg/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index c3ddc8d2f..66e9cac2d 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -28,7 +28,8 @@ bl_info = {
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/Import-Export/SVG",
-    "tracker_url": "",
+    "tracker_url": "http://projects.blender.org/tracker/index.php?"\
+        "func=detail&aid=26166&",
     "support": 'OFFICIAL',
     "category": "Import-Export"}
 
-- 
GitLab