Skip to content

Commit 52fff0c

Browse files
kaizenccmergify[bot]
authored andcommitted
chore: fix homepage url (#96)
homepage on [npm](https://www.npmjs.com/package/@aws-cdk/lambda-layer-kubectl-v24) is messed up (cherry picked from commit 5ef1620)
1 parent e0ad52e commit 52fff0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.projenrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1212
name: `@aws-cdk/lambda-layer-kubectl-v${SPEC_VERSION}`,
1313
description: `A Lambda Layer that contains kubectl v1.${SPEC_VERSION}`,
1414
repositoryUrl: 'https://github.com/cdklabs/awscdk-asset-kubectl.git',
15-
homepage: 'https://github.com/cdklabs/aws-asset-awscli#readme',
15+
homepage: 'https://github.com/cdklabs/awscdk-asset-kubectl#readme',
1616
autoApproveOptions: {
1717
allowedUsernames: ['aws-cdk-automation'],
1818
secret: 'GITHUB_TOKEN',
@@ -80,4 +80,4 @@ upgradeWorkflow.patch(JsonPatch.add('/jobs/upgrade/container/options', '--group-
8080

8181
project.preCompileTask.exec('layer/build.sh');
8282

83-
project.synth();
83+
project.synth();

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)