Skip to content

Commit 9b5791a

Browse files
authored
Update GitHub user to awslabs (#112)
1 parent fb0c577 commit 9b5791a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/clean-spoons-deliver.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Update GitHub user to awslabs

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
1010

1111
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1212

13-
When filing an issue, please check [existing open](https://github.com/trivikr/aws-sdk-js-codemod/issues), or [recently closed](https://github.com/trivikr/aws-sdk-js-codemod/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
13+
When filing an issue, please check [existing open](https://github.com/awslabs/aws-sdk-js-codemod/issues), or [recently closed](https://github.com/awslabs/aws-sdk-js-codemod/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
1414
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1515

1616
- A reproducible test case or series of steps
@@ -40,7 +40,7 @@ GitHub provides additional document on [forking a repository](https://help.githu
4040

4141
## Finding contributions to work on
4242

43-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/trivikr/aws-sdk-js-codemod/labels/help%20wanted) issues is a great place to start.
43+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-sdk-js-codemod/labels/help%20wanted) issues is a great place to start.
4444

4545
## Code of Conduct
4646

@@ -54,6 +54,6 @@ If you discover a potential security issue in this project we ask that you notif
5454

5555
## Licensing
5656

57-
See the [LICENSE](https://github.com/trivikr/aws-sdk-js-codemod/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
57+
See the [LICENSE](https://github.com/awslabs/aws-sdk-js-codemod/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
5858

5959
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"v3",
1313
"migration"
1414
],
15-
"homepage": "https://github.com/trivikr/aws-sdk-js-codemod",
15+
"homepage": "https://github.com/awslabs/aws-sdk-js-codemod",
1616
"license": "MIT-0",
1717
"author": "Kamat, Trivikram <[email protected]>",
1818
"files": [
@@ -24,7 +24,7 @@
2424
"bin": "bin/aws-sdk-js-codemod",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/trivikr/aws-sdk-js-codemod.git"
27+
"url": "https://github.com/awslabs/aws-sdk-js-codemod.git"
2828
},
2929
"scripts": {
3030
"build": "tsc",

0 commit comments

Comments
 (0)