Skip to content

Commit 180e65e

Browse files
committed
COMP: Fix SlicerPACSConnector extension metadata
1 parent 71dfc4a commit 180e65e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PACSConnector.s4ext

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# - the value can be blank
55
#
66

7-
# This is source code manager (i.e. svn)
7+
# This is source code manager
88
scm git
9-
scmurl git://github.com/rbumm/SlicerPACSConnector
9+
scmurl https://github.com/rbumm/SlicerPACSConnector
1010
scmrevision master
1111

1212
# list dependencies
@@ -15,7 +15,7 @@ scmrevision master
1515
depends NA
1616

1717
# Inner build directory (default is ".")
18-
build_subdirectory inner-build
18+
build_subdirectory .
1919

2020
# homepage
2121
homepage https://github.com/rbumm/SlicerPACSConnector
@@ -25,20 +25,20 @@ homepage https://github.com/rbumm/SlicerPACSConnector
2525
contributors Rudolf Bumm (KSGR)
2626

2727
# Match category in the xml description of the module (where it shows up in Modules menu)
28-
category Lung
28+
category Utilities
2929

3030
# url to icon (png, size 128x128 pixels)
31-
iconurl https://github.com/rbumm/SlicerPACSConnector/blob/main/SlicerPACSConnector/Resources/Icons/SlicerPACSConnector.png
31+
iconurl https://raw.githubusercontent.com/rbumm/SlicerPACSConnector/master/SlicerPACSConnector.png
3232

3333
# Give people an idea what to expect from this code
3434
# - Is it just a test or something you stand behind?
35-
Under development, but usable
35+
status Under development, but usable
3636

3737
# One line stating what the module does
38-
The PACS Connector extension enables querying your local or remote PACS from a clear and easily accessible interface within 3D Slicer and offers new filter parameters.
38+
description The PACS Connector extension enables querying your local or remote PACS from a clear and easily accessible interface within 3D Slicer and offers new filter parameters.
3939

4040
# Space separated list of urls
4141
screenshoturls https://user-images.githubusercontent.com/18140094/127771219-393deea0-c531-4592-bd1f-0a988a55f400.png
4242

4343
# 0 or 1: Define if the extension should be enabled after its installation.
44-
enabled 1
44+
enabled 1

0 commit comments

Comments
 (0)