Skip to content

Commit a2361be

Browse files
jcfrlassoan
authored andcommitted
ENH: Update extension metadata
Consolidate extension metadata based on the corresponding s4ext file organized in the ExtensionsIndex repository.
1 parent a6c4dea commit a2361be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ project(ArduinoController)
44

55
#-----------------------------------------------------------------------------
66
# Extension meta-information
7-
set(EXTENSION_HOMEPAGE "http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/ArduinoController")
7+
set(EXTENSION_HOMEPAGE "https://www.slicer.org/w/index.php/Documentation/Nightly/Extensions/ArduinoController")
88
set(EXTENSION_CATEGORY "Developer Tools")
99
set(EXTENSION_CONTRIBUTORS "Paolo Zaffino (Magna Graecia University of Catanzaro, Italy), Domenico Leuzzi (Magna Graecia University of Catanzaro, Italy), Virgilio Sabatino (Magna Graecia University of Catanzaro, Italy), Andras Lasso (PerkLab, Queen's), Maria Francesca Spadea (Magna Graecia University of Catanzaro, Italy)")
10-
set(EXTENSION_DESCRIPTION "Extension for 3D Slicer that allows controlling Slicer using Arduino devices.")
10+
set(EXTENSION_DESCRIPTION "This extension links Slicer and Arduino. Connection is managed and on top of this additional module can be implemented.")
1111
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/pzaffino/SlicerArduinoController/master/ArduinoController.png")
1212
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/pzaffino/SlicerArduinoController/master/ArduinoController_screenshot.png")
1313
set(EXTENSION_DEPENDS "NA") # Specified as a space separated string, a list or 'NA' if any

0 commit comments

Comments
 (0)