From cd2a14e7355fbb0c2fd4161dcbe9232eb4f8ef4c Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Sat, 16 Sep 2023 08:18:11 +0530 Subject: [PATCH] postgres: update metadata.json --- registry/postgres/{postgres-logo.png => logo.png} | Bin registry/postgres/metadata.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename registry/postgres/{postgres-logo.png => logo.png} (100%) diff --git a/registry/postgres/postgres-logo.png b/registry/postgres/logo.png similarity index 100% rename from registry/postgres/postgres-logo.png rename to registry/postgres/logo.png diff --git a/registry/postgres/metadata.json b/registry/postgres/metadata.json index 1aeb28a5..5a62db96 100644 --- a/registry/postgres/metadata.json +++ b/registry/postgres/metadata.json @@ -1,10 +1,10 @@ { "overview": { "description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project", - "title": "PostgreSQL Connector", - "logo": "postgres-logo.png", + "title": "PostgreSQL Native Data Connector", + "logo": "logo.png", "tags": [ - "postgresql" + "database" ], "latest_version": "v0.1.0" },