diff --git a/.projenrc.ts b/.projenrc.ts index 43a358f..0987596 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -16,6 +16,7 @@ const project = new CdklabsConstructLibrary({ enablePRAutoMerge: true, projenrcTs: true, stability: 'experimental', + repository: 'https://github.com/cdklabs/awscdk-lambda-dotnet.git', repositoryUrl: 'https://github.com/cdklabs/awscdk-lambda-dotnet.git', jsiiTargetLanguages: [ JsiiLanguage.JAVA, diff --git a/package.json b/package.json index 723e7d6..02b53d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@aws-cdk/aws-lambda-dotnet", "repository": { "type": "git", - "url": "https://github.com/aws/aws-lambda-dotnet.git" + "url": "https://github.com/cdklabs/awscdk-lambda-dotnet.git" }, "scripts": { "build": "npx projen build",