Skip to content

Commit 1bf87b4

Browse files
Fix documentation URL and license types, update author image URL
1 parent 4ac99c3 commit 1bf87b4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

umbraco-marketplace.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
"AuthorDetails": {
44
"Description": "Umbraco HQ",
55
"Url": "https://umbraco.com/",
6-
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
6+
"ImageUrl": "https://github.com/umbraco.png"
77
},
8-
"DocumentationUrl": "https//docs.umbraco.com/umbraco-dxp/packages/authorized-services",
8+
"DocumentationUrl": "https://docs.umbraco.com/umbraco-dxp/packages/authorized-services",
99
"Category": "Developer Tools",
1010
"IssueTrackerUrl": "https://github.com/umbraco/Umbraco.AuthorizedServices/issues",
11-
"LicenseType": "Free",
11+
"LicenseTypes": [
12+
"Free"
13+
],
1214
"PackageType": "Package",
13-
"Tags": [ "integration", "authorization" ]
15+
"Tags": [
16+
"integration",
17+
"authorization"
18+
]
1419
}

0 commit comments

Comments
 (0)