diff --git a/grpc/Cargo.toml b/grpc/Cargo.toml index f2bcd408..7038c079 100644 --- a/grpc/Cargo.toml +++ b/grpc/Cargo.toml @@ -3,7 +3,7 @@ name = "celestia-grpc" version = "0.1.0" edition = "2021" license = "Apache-2.0" -description = "A collection of traits for interacting with Celestia validator nodes gRPC" +description = "A client for interacting with Celestia validator nodes gRPC" authors = ["Eiger "] homepage = "https://www.eiger.co" repository = "https://github.com/eigerco/lumina"