diff --git a/.projenrc.ts b/.projenrc.ts index 350728e..0ffdd81 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -10,7 +10,7 @@ const project = new awscdk.AwsCdkConstructLibrary({ description: 'This is an AWS CDK Construct for IP Restriction Rule Group on WAF V2', majorVersion: 1, projenrcTs: true, - repositoryUrl: 'https://github.com/yicr/aws-waf-ip-restriction-rule-group.git', + repositoryUrl: 'https://github.com/gammarer/aws-waf-ip-restriction-rule-group.git', npmAccess: javascript.NpmAccess.PUBLIC, minNodeVersion: '16.0.0', workflowNodeVersion: '18.17.1', diff --git a/package.json b/package.json index dbdf914..dc1323d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "This is an AWS CDK Construct for IP Restriction Rule Group on WAF V2", "repository": { "type": "git", - "url": "https://github.com/yicr/aws-waf-ip-restriction-rule-group.git" + "url": "https://github.com/gammarer/aws-waf-ip-restriction-rule-group.git" }, "scripts": { "build": "npx projen build",