Skip to content

Commit 3bc301f

Browse files
committed
Fix mismatch of Photogrammetry extensions json and extension name
1 parent 2a61a09 commit 3bc301f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/master/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
33
"build_dependencies": ["PyTorch", "SlicerMorph"],
44
"build_subdirectory": ".",
55
"category": "Photogrammetry",
66
"scm_revision": "master",
77
"scm_url": "https://github.com/SlicerMorph/SlicerPhotogrammetry.git",
8-
"scm_type": "git",
98
"tier": 1
109
}

0 commit comments

Comments
 (0)