File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/pulumi-resource-sentry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
"license" : " Apache-2.0" ,
12
12
"attribution" : " This Pulumi package is based on the [`sentry` Terraform Provider](https://github.com/jianyuan/terraform-provider-sentry)." ,
13
13
"repository" : " https://github.com/pulumiverse/pulumi-sentry" ,
14
- "logoUrl" : " https://raw.githubusercontent.com/pulumiverse/.github /main/assets/mascot.png " ,
14
+ "logoUrl" : " https://raw.githubusercontent.com/pulumiverse/pulumi-sentry /main/sentry.svg " ,
15
15
"pluginDownloadURL" : " github://api.github.com/pulumiverse" ,
16
16
"publisher" : " Pulumiverse" ,
17
17
"meta" : {
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ func Provider() tfbridge.ProviderInfo {
70
70
//
71
71
// You may host a logo on a domain you control or add an SVG logo for your package
72
72
// in your repository and use the raw content URL for that file as your logo URL.
73
- LogoURL : "https://raw.githubusercontent.com/pulumiverse/.github /main/assets/mascot.png " ,
73
+ LogoURL : "https://raw.githubusercontent.com/pulumiverse/pulumi-sentry /main/sentry.svg " ,
74
74
// PluginDownloadURL is an optional URL used to download the Provider
75
75
// for use in Pulumi programs
76
76
// e.g https://github.com/org/pulumi-provider-name/releases/
You can’t perform that action at this time.
0 commit comments