Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(SlicerBatchAnonymize)
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://github.com/hina-shah/SlicerBatchAnonymize")
set(EXTENSION_CATEGORY "DSCI")
set(EXTENSION_CONTRIBUTORS "Hina Shah (UNC Chapel Hill)")
set(EXTENSION_CONTRIBUTORS "Hina Shah (UNC Chapel Hill), Juan Carlos Prieto (UNC, Chapel Hill)")
set(EXTENSION_DESCRIPTION "SlicerBatchAnonymize is a Slicer extension that provides a user friendly interface to anonymize a 'batch' of DICOM images.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/hina-shah/SlicerBatchAnonymize/main/SlicerBatchAnonymize.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/hina-shah/SlicerBatchAnonymize/main/Documentation/GUIPreview.png")
Expand Down