Skip to content

Commit 1d33023

Browse files
committed
fix: change git urls
1 parent f3ee63f commit 1d33023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vscode-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "vscode-aws-lambda-swift",
33
"displayName": "VSCode AWS Lambda Swift",
44
"publisher": "MarwaneKoutar",
5-
"description": "vscode-aws-lambda-swift is a powerful Visual Studio Code extension designed to streamline the development and deployment of AWS Lambda functions using the Swift programming language. With this extension, developers can create, test, deploy, and manage Lambda functions directly from within their VS Code environment.",
5+
"description": "vscode-aws-lambda-swift is a VS Code extension for developing and deploying AWS Lambda functions in Swift. It allows you to create, test, deploy, and manage Lambda functions directly within VS Code.",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/MarwaneKoutar/vscode-aws-lambda-swift"
8+
"url": "https://github.com/swift-server-community/vscode-aws-lambda-swift-sam"
99
},
10-
"version": "1.1.7",
10+
"version": "1.1.8",
1111
"workspaces": [
1212
"packages/*"
1313
],
@@ -67,7 +67,7 @@
6767
"description": "Compatible with VS Code"
6868
},
6969
{
70-
"href": "https://github.com/MarwaneKoutar/vscode-aws-lambda-swift",
70+
"href": "https://github.com/swift-server-community/vscode-aws-lambda-swift-sam",
7171
"url": "https://img.shields.io/badge/Open%20Source-Yes-green.svg",
7272
"description": "Open Source"
7373
}

0 commit comments

Comments
 (0)