Skip to content

Commit

Permalink
Implement RFC 0050: Rename Buildpack
Browse files Browse the repository at this point in the history
Renames 'Paketo JProfiler Buildpack' to 'Paketo Buildpack for JProfiler'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
Daniel Mikusa committed Aug 31, 2022
1 parent cf1be49 commit fc30a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `docker.io/paketobuildpacks/jprofiler`
The Paketo JProfiler Buildpack is a Cloud Native Buildpack that contributes the JProfiler agent and configures it to connect to the service.
The Paketo Buildpack for JProfiler is a Cloud Native Buildpack that contributes the JProfiler agent and configures it to connect to the service.

## Behavior
This buildpack will participate if all the following conditions are met
Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ api = "0.7"
homepage = "https://github.com/paketo-buildpacks/jprofiler"
id = "paketo-buildpacks/jprofiler"
keywords = ["jprofiler", "agent", "profiler", "java"]
name = "Paketo JProfiler Buildpack"
name = "Paketo Buildpack for JProfiler"
sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"]
version = "{{.version}}"

Expand Down

0 comments on commit fc30a89

Please sign in to comment.