Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Reduce maintenance of maintainers list
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Oct 5, 2018
1 parent b508fdb commit da0404a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 41 deletions.
10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ documentation = "https://docs.rs/solana"
homepage = "http://solana.com/"
readme = "README.md"
repository = "https://github.com/solana-labs/solana"
authors = [
"Anatoly Yakovenko <[email protected]>",
"Greg Fitzgerald <[email protected]>",
"Stephen Akridge <[email protected]>",
"Michael Vines <[email protected]>",
"Rob Walker <[email protected]>",
"Pankaj Garg <[email protected]>",
"Tyera Eulberg <[email protected]>",
]
authors = ["Solana Maintainers <[email protected]>"]
license = "Apache-2.0"

[[bin]]
Expand Down
11 changes: 1 addition & 10 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
[package]
name = "solana_program_interface"
version = "0.1.0"
authors = [
"Anatoly Yakovenko <[email protected]>",
"Greg Fitzgerald <[email protected]>",
"Stephen Akridge <[email protected]>",
"Michael Vines <[email protected]>",
"Rob Walker <[email protected]>",
"Pankaj Garg <[email protected]>",
"Tyera Eulberg <[email protected]>",
"Jack May <[email protected]>",
]
authors = ["Solana Maintainers <[email protected]>"]

[dependencies]
bincode = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/noop_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "noop_rust"
version = "0.1.0"
authors = ["Jack May <jack@solana.com>"]
authors = ["Solana Maintainers <maintainers@solana.com>"]

[dependencies]
rbpf = { git = "https://github.com/solana-labs/rbpf" }
solana = { path = "../../.." }
solana = { path = "../../.." }
11 changes: 1 addition & 10 deletions programs/native/move_funds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
[package]
name = "move_funds"
version = "0.1.0"
authors = [
"Anatoly Yakovenko <[email protected]>",
"Greg Fitzgerald <[email protected]>",
"Stephen Akridge <[email protected]>",
"Michael Vines <[email protected]>",
"Rob Walker <[email protected]>",
"Pankaj Garg <[email protected]>",
"Tyera Eulberg <[email protected]>",
"Jack May <[email protected]>",
]
authors = ["Solana Maintainers <[email protected]>"]

[dependencies]
bincode = "1.0.0"
Expand Down
11 changes: 1 addition & 10 deletions programs/native/noop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
[package]
name = "noop"
version = "0.1.0"
authors = [
"Anatoly Yakovenko <[email protected]>",
"Greg Fitzgerald <[email protected]>",
"Stephen Akridge <[email protected]>",
"Michael Vines <[email protected]>",
"Rob Walker <[email protected]>",
"Pankaj Garg <[email protected]>",
"Tyera Eulberg <[email protected]>",
"Jack May <[email protected]>",
]
authors = ["Solana Maintainers <[email protected]>"]

[dependencies]
solana_program_interface = { path = "../../../common" }
Expand Down

0 comments on commit da0404a

Please sign in to comment.