From 71e6a86e73875cd0b95af8be3aa1ae9faddb8f1a Mon Sep 17 00:00:00 2001 From: Sebastian Fritsch Date: Tue, 30 May 2023 19:33:05 +0200 Subject: [PATCH] Fix Cargo.toml repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c396079..a3ec10a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" name = "solana-geyser-plugin-postgres" description = "The Solana AccountsDb plugin for PostgreSQL database." version = "1.15.2" -repository = "https://github.com/solana-labs/solana" +repository = "https://github.com/solana-labs/solana-accountsdb-plugin-postgres" license = "Apache-2.0" homepage = "https://solana.com/" documentation = "https://docs.rs/solana-validator"