Skip to content

Commit

Permalink
Changes references from paketo-buildpacks -> paketo-community
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moran authored and ryanmoran committed Jun 11, 2021
1 parent b461d24 commit 2381e0e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"path/filepath"
"testing"

git "github.com/paketo-buildpacks/git"
"github.com/paketo-buildpacks/git/fakes"
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/pexec"
"github.com/paketo-buildpacks/packit/scribe"
"github.com/paketo-community/git"
"github.com/paketo-community/git/fakes"
"github.com/sclevine/spec"

. "github.com/onsi/gomega"
Expand Down
4 changes: 2 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
api = "0.2"

[buildpack]
homepage = "https://github.com/paketo-buildpacks/git"
id = "paketo-buildpacks/git"
homepage = "https://github.com/paketo-community/git"
id = "paketo-community/git"
name = "Paketo Git Buildpack"

[metadata]
Expand Down
2 changes: 1 addition & 1 deletion detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"path/filepath"
"testing"

git "github.com/paketo-buildpacks/git"
"github.com/paketo-buildpacks/packit"
"github.com/paketo-community/git"
"github.com/sclevine/spec"

. "github.com/onsi/gomega"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/paketo-buildpacks/git
module github.com/paketo-community/git

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion run/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package main
import (
"os"

git "github.com/paketo-buildpacks/git"
"github.com/paketo-buildpacks/packit"
"github.com/paketo-buildpacks/packit/pexec"
"github.com/paketo-buildpacks/packit/scribe"
"github.com/paketo-community/git"
)

func main() {
Expand Down

0 comments on commit 2381e0e

Please sign in to comment.