Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit 0ebd7aa

Browse files
committed
Update paths for benesch -> MaterializeInc renaming
1 parent 04e27b5 commit 0ebd7aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/pulumi-sdkgen-docker-buildkit/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ func run(version string) error {
4545
Version: version,
4646
Description: "A Pulumi package for building Docker images with Buildkit.",
4747
License: "Apache-2.0",
48-
Repository: "https://github.com/benesch/pulumi-docker-buildkit",
49-
PluginDownloadURL: fmt.Sprintf("https://github.com/benesch/pulumi-docker-buildkit/releases/download/v%s/", version),
48+
Repository: "https://github.com/MaterializeInc/pulumi-docker-buildkit",
49+
PluginDownloadURL: fmt.Sprintf("https://github.com/MaterializeInc/pulumi-docker-buildkit/releases/download/v%s/", version),
5050
Provider: schema.ResourceSpec{},
5151
Resources: map[string]schema.ResourceSpec{
5252
"docker-buildkit:index:Image": {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/benesch/pulumi-docker-buildkit
1+
module github.com/MaterializeInc/pulumi-docker-buildkit
22

33
go 1.16
44

0 commit comments

Comments
 (0)