Skip to content

Commit

Permalink
Updates the id, homepage, and module (#107)
Browse files Browse the repository at this point in the history
* Updates the id, homepage, and module

* Updates CODEOWNERS
  • Loading branch information
ForestEckhardt authored Mar 2, 2022
1 parent b7d0eee commit 9458e56
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @paketo-community/utilities-maintainers
* @paketo-buildpacks/utilities-maintainers
4 changes: 2 additions & 2 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/paketo-buildpacks/packit/v2"
"github.com/paketo-buildpacks/packit/v2/pexec"
"github.com/paketo-buildpacks/packit/v2/scribe"
"github.com/paketo-community/git"
"github.com/paketo-community/git/fakes"
"github.com/paketo-buildpacks/git"
"github.com/paketo-buildpacks/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.6"

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

[metadata]
Expand Down
4 changes: 2 additions & 2 deletions detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

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

. "github.com/onsi/gomega"
Expand Down
4 changes: 2 additions & 2 deletions git_credential_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/paketo-buildpacks/packit/v2/pexec"
"github.com/paketo-buildpacks/packit/v2/scribe"
"github.com/paketo-buildpacks/packit/v2/servicebindings"
"github.com/paketo-community/git"
"github.com/paketo-community/git/fakes"
"github.com/paketo-buildpacks/git"
"github.com/paketo-buildpacks/git/fakes"
"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-community/git
module github.com/paketo-buildpacks/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 @@ -7,7 +7,7 @@ import (
"github.com/paketo-buildpacks/packit/v2/pexec"
"github.com/paketo-buildpacks/packit/v2/scribe"
"github.com/paketo-buildpacks/packit/v2/servicebindings"
"github.com/paketo-community/git"
"github.com/paketo-buildpacks/git"
)

func main() {
Expand Down

0 comments on commit 9458e56

Please sign in to comment.