Skip to content

Commit

Permalink
description = "Diem => description = "Aptos
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCap authored and aptos-bot committed Mar 8, 2022
1 parent e3671d3 commit 5bf7e48
Show file tree
Hide file tree
Showing 84 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-api"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem REST API"
description = "Aptos REST API"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion api/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-api-types"
version = "0.0.1"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem API Types"
description = "Aptos API Types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-resource-viewer"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem resource viewer"
description = "Aptos resource viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-transaction-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-transaction-benchmarks"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction benchmarks"
description = "Aptos transaction benchmarks"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-vm"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem VM runtime"
description = "Aptos VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "language-e2e-tests"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem language e2e testing framework"
description = "Aptos language e2e testing framework"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "language-e2e-testsuite"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem language e2e tests"
description = "Aptos language e2e tests"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "framework"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem stdlib"
description = "Aptos stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/DPN/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "diem-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Framework Releases"
description = "Aptos Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/experimental/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "diem-experimental-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Experimental Framework Releases"
description = "Aptos Experimental Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem stdlib"
description = "Aptos stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/genesis-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "genesis-viewer"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem genesis viewer"
description = "Aptos genesis viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/mvhashmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mvhashmap"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem VM runtime"
description = "Aptos VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/parallel-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-parallel-executor"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem parallel transaction executor library"
description = "Aptos parallel transaction executor library"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/transaction-builder-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "transaction-builder-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction-builder"
description = "Aptos transaction-builder"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/vm-genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vm-genesis"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem vm genesis"
description = "Aptos vm genesis"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-node"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem node"
description = "Aptos node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-config"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-config"
description = "Aptos aptos-config"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/generate-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "generate-key"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem generate key"
description = "Aptos generate key"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/global-constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-global-constants"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem's global constant crate: the source of truth for constant definitions that span multiple crates"
description = "Aptos's global constant crate: the source of truth for constant definitions that span multiple crates"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-management"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Management is a tool used to manage the configuration of a Diem Node"
description = "Aptos Management is a tool used to manage the configuration of a Diem Node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-operational-tool"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Management is a tool for operators to manage nodes"
description = "Aptos Management is a tool for operators to manage nodes"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "seed-peer-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem seed peer generator"
description = "Aptos seed peer generator"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "consensus"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem consensus"
description = "Aptos consensus"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-bitvec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-bitvec"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem safe bitvec implementation"
description = "Aptos safe bitvec implementation"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-crypto-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-crypto-derive"
version = "0.0.3"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem custom derives for `aptos-crypto`"
description = "Aptos custom derives for `aptos-crypto`"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-crypto"
version = "0.0.3"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-crypto"
description = "Aptos aptos-crypto"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-documentation-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-documentation-tool"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction-builder"
description = "Aptos transaction-builder"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-faucet"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Testnet utility services"
description = "Aptos Testnet utility services"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-id-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-id-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-id-generator. A common id generator for Diem"
description = "Aptos aptos-id-generator. A common id generator for Diem"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-infallible/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-infallible"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-infallible"
description = "Aptos aptos-infallible"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-logger"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-logger"
description = "Aptos aptos-logger"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-metrics-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-metrics-core"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-metrics-core"
description = "Aptos aptos-metrics-core"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-metrics"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-metrics"
description = "Aptos aptos-metrics"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-proptest-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-proptest-helpers"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem proptest helpers"
description = "Aptos proptest helpers"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-rate-limiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-rate-limiter"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem implementation for rate limiter"
description = "Aptos implementation for rate limiter"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-rest-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-rest-client"
version = "0.0.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Rest client"
description = "Aptos Rest client"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-retrier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-retrier"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem implementation for retries of operations"
description = "Aptos implementation for retries of operations"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-temppath/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-temppath"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-temppath"
description = "Aptos aptos-temppath"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-time-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-time-service"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Time Service"
description = "Aptos Time Service"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-wallet"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem wallet"
description = "Aptos wallet"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-workspace-hack"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem workspace hack"
description = "Aptos workspace hack"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/bounded-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bounded-executor"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem bounded executor"
description = "Aptos bounded executor"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "channel"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem channel"
description = "Aptos channel"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit 5bf7e48

Please sign in to comment.