From d15828e57a4faa8c655c3eb32e4d6be81aeb9b2d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 22 Apr 2024 17:20:43 -0400 Subject: [PATCH] ENH: Update extension metadata Consolidate extension metadata based on the corresponding s4ext file organized in the ExtensionsIndex repository. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 585e022..96c0a32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,12 +4,12 @@ project(VolumeClip) #----------------------------------------------------------------------------- # Extension meta-information -set(EXTENSION_HOMEPAGE "http://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Extensions/VolumeClip") +set(EXTENSION_HOMEPAGE "https://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/VolumeClip") set(EXTENSION_CATEGORY "Segmentation") set(EXTENSION_CONTRIBUTORS "Andras Lasso, Matt Lougheed (PerkLab, Queen's University)") set(EXTENSION_DESCRIPTION "Clip volumes with surface models and ROI boxes") -set(EXTENSION_ICONURL "http://www.slicer.org/slicerWiki/images/c/c2/VolumeClipLogo.png") -set(EXTENSION_SCREENSHOTURLS "http://www.slicer.org/slicerWiki/images/4/4c/VolumeClipScreenshot1.png http://www.slicer.org/slicerWiki/images/5/57/VolumeClipScreenshot2.png http://www.slicer.org/slicerWiki/images/1/1a/VolumeClipScreenshot3.png") +set(EXTENSION_ICONURL "https://www.slicer.org/slicerWiki/images/c/c2/VolumeClipLogo.png") +set(EXTENSION_SCREENSHOTURLS "https://www.slicer.org/slicerWiki/images/4/4c/VolumeClipScreenshot1.png https://www.slicer.org/slicerWiki/images/5/57/VolumeClipScreenshot2.png https://www.slicer.org/slicerWiki/images/1/1a/VolumeClipScreenshot3.png") #----------------------------------------------------------------------------- # Extension dependencies