Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_tiny_cad/__init__.py')
-rw-r--r--mesh_tiny_cad/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mesh_tiny_cad/__init__.py b/mesh_tiny_cad/__init__.py
index ee187180..e6d5d628 100644
--- a/mesh_tiny_cad/__init__.py
+++ b/mesh_tiny_cad/__init__.py
@@ -24,10 +24,10 @@ bl_info = {
"author": "zeffii (aka Dealga McArdle)",
"version": (1, 3, 2),
"blender": (2, 80, 0),
- "category": "Mesh",
"location": "View3D > EditMode Context Menu",
- "wiki_url": "http://zeffii.github.io/mesh_tiny_cad/",
- "tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues"
+ "doc_url": "http://zeffii.github.io/mesh_tiny_cad/",
+ "tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues",
+ "category": "Mesh",
}