Skip to content

Commit 0cb2339

Browse files
authored
Chore: Remove Grant as a maintainer :( (#640)
1 parent 6a8812f commit 0cb2339

File tree

11 files changed

+41
-141
lines changed

11 files changed

+41
-141
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
schedule:
99
interval: "daily"
1010
assignees:
11-
- "grant0417"
11+
- "chaynabors"
1212
open-pull-requests-limit: 100
1313
commit-message:
1414
prefix: ci
@@ -17,7 +17,7 @@ updates:
1717
schedule:
1818
interval: "daily"
1919
assignees:
20-
- "grant0417"
20+
- "chaynabors"
2121
commit-message:
2222
prefix: fix
2323
prefix-development: chore
@@ -37,7 +37,7 @@ updates:
3737
schedule:
3838
interval: "daily"
3939
assignees:
40-
- "grant0417"
40+
- "chaynabors"
4141
open-pull-requests-limit: 100
4242
commit-message:
4343
prefix: fix

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ members = [
1313
[workspace.package]
1414
authors = [
1515
"Amazon Q CLI Team ([email protected])",
16-
"Grant Gurvis ([email protected])",
1716
"Chay Nabors ([email protected])",
1817
"Brandon Kiser ([email protected])",
1918
]

book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title = "Amazon Q in the command line"
33
authors = [
44
"Amazon Q CLI Team ([email protected])",
5-
"Grant Gurvis ([email protected])",
65
"Chay Nabors ([email protected])",
76
"Brandon Kiser ([email protected])",
87
]

bundle/archlinux/full/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Maintainer: Grant Gurvis <grangurv@amazon.com>
1+
# Maintainer: Chay Nabors <nabochay@amazon.com>
22

33
pkgname='amazon-q'
44
pkgver='1.6.0'

bundle/archlinux/minimal/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Maintainer: Grant Gurvis <grangurv@amazon.com>
1+
# Maintainer: Chay Nabors <nabochay@amazon.com>
22

33
pkgname='amazon-q-minimal'
44
pkgver='1.6.0'

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
edition = "2021"
1414
name = "amzn-codewhisperer-client"
1515
version = "0.1.6236"
16-
authors = ["Grant Gurvis <grangurv@amazon.com>"]
16+
authors = ["Chay Nabors <nabochay@amazon.com>"]
1717
build = false
18-
exclude = [
19-
"/build",
20-
"/Config",
21-
"/build-tools/",
22-
]
18+
exclude = ["/build", "/Config", "/build-tools/"]
2319
publish = ["brazil"]
2420
autolib = false
2521
autobins = false
@@ -57,18 +53,11 @@ version = "0.60.7"
5753

5854
[dependencies.aws-smithy-runtime]
5955
version = "1.7.1"
60-
features = [
61-
"client",
62-
"http-auth",
63-
]
56+
features = ["client", "http-auth"]
6457

6558
[dependencies.aws-smithy-runtime-api]
6659
version = "1.7.2"
67-
features = [
68-
"client",
69-
"http-02x",
70-
"http-auth",
71-
]
60+
features = ["client", "http-02x", "http-auth"]
7261

7362
[dependencies.aws-smithy-types]
7463
version = "1.2.7"
@@ -94,13 +83,7 @@ features = ["test-util"]
9483

9584
[features]
9685
behavior-version-latest = []
97-
default = [
98-
"rustls",
99-
"rt-tokio",
100-
]
101-
rt-tokio = [
102-
"aws-smithy-async/rt-tokio",
103-
"aws-smithy-types/rt-tokio",
104-
]
86+
default = ["rustls", "rt-tokio"]
87+
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
10588
rustls = ["aws-smithy-runtime/tls-rustls"]
10689
test-util = ["aws-smithy-runtime/test-util"]

crates/amzn-codewhisperer-streaming-client/Cargo.toml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
edition = "2021"
1414
name = "amzn-codewhisperer-streaming-client"
1515
version = "0.1.6236"
16-
authors = ["Grant Gurvis <grangurv@amazon.com>"]
16+
authors = ["Chay Nabors <nabochay@amazon.com>"]
1717
build = false
18-
exclude = [
19-
"/build",
20-
"/Config",
21-
"/build-tools/",
22-
]
18+
exclude = ["/build", "/Config", "/build-tools/"]
2319
publish = ["brazil"]
2420
autolib = false
2521
autobins = false
@@ -61,18 +57,11 @@ version = "0.60.7"
6157

6258
[dependencies.aws-smithy-runtime]
6359
version = "1.7.1"
64-
features = [
65-
"client",
66-
"http-auth",
67-
]
60+
features = ["client", "http-auth"]
6861

6962
[dependencies.aws-smithy-runtime-api]
7063
version = "1.7.2"
71-
features = [
72-
"client",
73-
"http-02x",
74-
"http-auth",
75-
]
64+
features = ["client", "http-02x", "http-auth"]
7665

7766
[dependencies.aws-smithy-types]
7867
version = "1.2.7"
@@ -95,13 +84,7 @@ features = ["test-util"]
9584

9685
[features]
9786
behavior-version-latest = []
98-
default = [
99-
"rustls",
100-
"rt-tokio",
101-
]
102-
rt-tokio = [
103-
"aws-smithy-async/rt-tokio",
104-
"aws-smithy-types/rt-tokio",
105-
]
87+
default = ["rustls", "rt-tokio"]
88+
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
10689
rustls = ["aws-smithy-runtime/tls-rustls"]
10790
test-util = ["aws-smithy-runtime/test-util"]

crates/amzn-consolas-client/Cargo.toml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
edition = "2021"
1414
name = "amzn-consolas-client"
1515
version = "0.1.6236"
16-
authors = ["Grant Gurvis <grangurv@amazon.com>"]
16+
authors = ["Chay Nabors <nabochay@amazon.com>"]
1717
build = false
18-
exclude = [
19-
"/build",
20-
"/Config",
21-
"/build-tools/",
22-
]
18+
exclude = ["/build", "/Config", "/build-tools/"]
2319
publish = ["brazil"]
2420
autolib = false
2521
autobins = false
@@ -61,10 +57,7 @@ features = ["client"]
6157

6258
[dependencies.aws-smithy-runtime-api]
6359
version = "1.7.2"
64-
features = [
65-
"client",
66-
"http-02x",
67-
]
60+
features = ["client", "http-02x"]
6861

6962
[dependencies.aws-smithy-types]
7063
version = "1.2.7"
@@ -90,16 +83,7 @@ features = ["test-util"]
9083

9184
[features]
9285
behavior-version-latest = []
93-
default = [
94-
"rustls",
95-
"rt-tokio",
96-
]
97-
rt-tokio = [
98-
"aws-smithy-async/rt-tokio",
99-
"aws-smithy-types/rt-tokio",
100-
]
86+
default = ["rustls", "rt-tokio"]
87+
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
10188
rustls = ["aws-smithy-runtime/tls-rustls"]
102-
test-util = [
103-
"aws-credential-types/test-util",
104-
"aws-smithy-runtime/test-util",
105-
]
89+
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]

crates/amzn-qdeveloper-client/Cargo.toml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
edition = "2021"
1414
name = "amzn-qdeveloper-client"
1515
version = "0.1.6236"
16-
authors = ["Grant Gurvis <grangurv@amazon.com>"]
16+
authors = ["Chay Nabors <nabochay@amazon.com>"]
1717
build = false
18-
exclude = [
19-
"/build",
20-
"/Config",
21-
"/build-tools/",
22-
]
18+
exclude = ["/build", "/Config", "/build-tools/"]
2319
publish = ["brazil"]
2420
autolib = false
2521
autobins = false
@@ -61,10 +57,7 @@ features = ["client"]
6157

6258
[dependencies.aws-smithy-runtime-api]
6359
version = "1.7.2"
64-
features = [
65-
"client",
66-
"http-02x",
67-
]
60+
features = ["client", "http-02x"]
6861

6962
[dependencies.aws-smithy-types]
7063
version = "1.2.7"
@@ -90,16 +83,7 @@ features = ["test-util"]
9083

9184
[features]
9285
behavior-version-latest = []
93-
default = [
94-
"rustls",
95-
"rt-tokio",
96-
]
97-
rt-tokio = [
98-
"aws-smithy-async/rt-tokio",
99-
"aws-smithy-types/rt-tokio",
100-
]
86+
default = ["rustls", "rt-tokio"]
87+
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
10188
rustls = ["aws-smithy-runtime/tls-rustls"]
102-
test-util = [
103-
"aws-credential-types/test-util",
104-
"aws-smithy-runtime/test-util",
105-
]
89+
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]

crates/amzn-qdeveloper-streaming-client/Cargo.toml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
edition = "2021"
1414
name = "amzn-qdeveloper-streaming-client"
1515
version = "0.1.6236"
16-
authors = ["Grant Gurvis <grangurv@amazon.com>"]
16+
authors = ["Chay Nabors <nabochay@amazon.com>"]
1717
build = false
18-
exclude = [
19-
"/build",
20-
"/Config",
21-
"/build-tools/",
22-
]
18+
exclude = ["/build", "/Config", "/build-tools/"]
2319
publish = ["brazil"]
2420
autolib = false
2521
autobins = false
@@ -65,10 +61,7 @@ features = ["client"]
6561

6662
[dependencies.aws-smithy-runtime-api]
6763
version = "1.7.2"
68-
features = [
69-
"client",
70-
"http-02x",
71-
]
64+
features = ["client", "http-02x"]
7265

7366
[dependencies.aws-smithy-types]
7467
version = "1.2.7"
@@ -91,16 +84,7 @@ features = ["test-util"]
9184

9285
[features]
9386
behavior-version-latest = []
94-
default = [
95-
"rustls",
96-
"rt-tokio",
97-
]
98-
rt-tokio = [
99-
"aws-smithy-async/rt-tokio",
100-
"aws-smithy-types/rt-tokio",
101-
]
87+
default = ["rustls", "rt-tokio"]
88+
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
10289
rustls = ["aws-smithy-runtime/tls-rustls"]
103-
test-util = [
104-
"aws-credential-types/test-util",
105-
"aws-smithy-runtime/test-util",
106-
]
90+
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]

0 commit comments

Comments
 (0)