Skip to content

Commit 676ab44

Browse files
authored
Run Prettier, update license, package info, and README. (#44)
1 parent ee7a501 commit 676ab44

27 files changed

+5307
-18841
lines changed

.all-contributorsrc

-71
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

-28
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

.prettierignore

-5
This file was deleted.

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Big thanks to [ekadas](https://github.com/ekadas) for [fixing a ton of issues](h
5454

5555
## 0.2.5
5656

57-
This is the initial release as a community-maintained repository. It includes all the existing data from the old official builder as well as the docs from the zeit builder page.
57+
This is the initial release as a community-maintained repository. It includes all the existing data from the old official builder as well as the docs from the Vercel Builder page.
5858

59-
For previous version, please see the [official builder](https://github.com/zeit/now-builders) repo.
59+
For previous version, please see the [old builder](https://github.com/vercel/now-builders) repo.

CODE_OF_CONDUCT.md

-76
This file was deleted.

CONTRIBUTING.md

-59
This file was deleted.

Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "vercel_lambda"
33
version = "0.2.0"
4-
authors = ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4+
authors = ["Vercel <support@vercel.com>"]
55
edition = "2018"
6-
description = "Rust bindings for Vercel Lambdas"
7-
keywords = ["AWS", "Lambda", "Vercel", "Rust"]
6+
description = "Rust runtime for Vercel Functions."
7+
keywords = ["Vercel", "Rust", "Serverless", "Functions"]
88
license = "MIT"
9-
homepage = "https://github.com/mike-engel/vercel-rust"
10-
repository = "https://github.com/mike-engel/vercel-rust"
9+
homepage = "https://github.com/vercel-community/rust"
10+
repository = "https://github.com/vercel-community/rust"
1111
documentation = "https://docs.rs/vercel_lambda"
1212
include = [
13-
"src/*.rs",
14-
"Cargo.toml"
13+
"src/*.rs",
14+
"Cargo.toml"
1515
]
1616

1717
[dependencies]

LICENSE.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2019 Mike Engel
3+
Copyright (c) 2021 Vercel, Inc.
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
116

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)