diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a43ba..b8f5912 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,12 +8,12 @@ project(SlicerWMA) #----------------------------------------------------------------------------- # Extension meta-information -set(EXTENSION_HOMEPAGE "http://github.com/SlicerDMRI/SlicerWMA") +set(EXTENSION_HOMEPAGE "https://github.com/SlicerDMRI/SlicerWMA") set(EXTENSION_CATEGORY "Libraries") set(EXTENSION_CONTRIBUTORS "Lauren O'Donnell (Brigham & Women's Hospital), Fan Zhang (Brigham & Women's Hospital), Isaiah Norton (Brigham & Women's Hospital)") set(EXTENSION_DESCRIPTION "SlicerWMA currently provides the WhiteMatterAnalysis (https://github.com/SlicerDMRI/whitematteranalysis) python package and dependencies installed within Slicer's Python environment.") set(EXTENSION_ICONURL "https://raw.githubusercontent.com/SlicerDMRI/SlicerWMA/master/SlicerWMA.png") -set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/SlicerWMA/Screenshots/1.png") +set(EXTENSION_SCREENSHOTURLS "") set(EXTENSION_DEPENDS "NA") # Specified as a space separated string, a list or 'NA' if any set(EXTENSION_BUILD_SUBDIRECTORY inner-build)