Skip to content

Commit f675c0f

Browse files
authored
Merge pull request #45 from jcfr/update-extension-metadata
ENH: Update extension metadata
2 parents 2c2465d + c58d458 commit f675c0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ project(SlicerDevelopmentToolbox)
44

55
#-----------------------------------------------------------------------------
66
# Extension meta-information
7-
set(EXTENSION_HOMEPAGE "http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerDevelopmentToolbox")
8-
set(EXTENSION_CATEGORY "Informatics Utilities 'Developer Tools'")
7+
set(EXTENSION_HOMEPAGE "https://www.slicer.org/wiki/Documentation/Nightly/Extensions/SlicerDevelopmentToolbox")
8+
set(EXTENSION_CATEGORY "Developer Tools")
99
set(EXTENSION_CONTRIBUTORS "Christian Herz (Brigham and Women's Hospital), Andrey Fedorov (Brigham and Women's Hospital)")
1010
set(EXTENSION_DESCRIPTION "SlicerDevelopmentToolbox extension facilitates the development process of modules/extensions with a large variety of widgets, helpers, decorators, events, constants and mixin classes")
11-
set(EXTENSION_ICONURL "http://raw.githubusercontent.com/QIICR/SlicerDevelopmentToolbox/master/Resources/Icons/SlicerDevelopmentToolbox.png")
12-
set(EXTENSION_SCREENSHOTURLS "")
11+
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/QIICR/SlicerDevelopmentToolbox/master/Resources/Icons/SlicerDevelopmentToolbox.png")
12+
set(EXTENSION_SCREENSHOTURLS "https://www.slicer.org/slicerWiki/images/0/0b/IncomingDataWindow.png https://www.slicer.org/slicerWiki/images/2/22/ModuleSettingsWidget.png https://www.slicer.org/slicerWiki/images/c/c9/RatingWindow.png https://www.slicer.org/slicerWiki/images/2/2a/TargetCreationWidget.png https://www.slicer.org/slicerWiki/images/e/ea/Watchbox.png")
1313

1414
#-----------------------------------------------------------------------------
1515
# Extension dependencies
@@ -65,4 +65,4 @@ endif()
6565
#-----------------------------------------------------------------------------
6666

6767
include(${Slicer_EXTENSION_GENERATE_CONFIG})
68-
include(${Slicer_EXTENSION_CPACK})
68+
include(${Slicer_EXTENSION_CPACK})

0 commit comments

Comments
 (0)