diff --git a/.projenrc.js b/.projenrc.js index 8830e28..3356988 100755 --- a/.projenrc.js +++ b/.projenrc.js @@ -5,9 +5,9 @@ const project = new awscdk.AwsCdkConstructLibrary({ name: 'build-pipelines', packageName: '@tts-cdk/build-pipelines', - author: 'WolfAn', - authorAddress: 'andre.wolf@tt-s.com', - // authorOrganization: 'tts Knowledge Products GmbH', + author: 'tts Knowledge Products GmbH', + authorAddress: 'info@tt-s.com', + authorOrganization: true, repositoryUrl: 'https://github.com/ttskp/cdk-pipelines.git', defaultReleaseBranch: 'main', diff --git a/package.json b/package.json index 6bb4c07..05d79b2 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "projen": "npx projen" }, "author": { - "name": "WolfAn", - "email": "andre.wolf@tt-s.com", - "organization": false + "name": "tts Knowledge Products GmbH", + "email": "info@tt-s.com", + "organization": true }, "devDependencies": { "@aws-sdk/client-cloudformation": "^3.107.0",