Skip to content

Commit

Permalink
Correct vendor URL after open-sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 9, 2022
1 parent 2d4f4df commit 7ae6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gocdPlugin {
name = 'AWS Secrets Manager based secrets plugin for GoCD'
description = 'AWS Secrets Manager based secrets plugin for GoCD'
vendorName = 'Thoughtworks, Inc.'
vendorUrl = 'https://github.com/gocd-private/gocd-aws-based-secrets-plugin'
vendorUrl = 'https://github.com/gocd/gocd-aws-based-secrets-plugin'

githubRepo {
owner = System.getenv('GITHUB_USER') ?: 'bob'
Expand Down

0 comments on commit 7ae6298

Please sign in to comment.