From 75458ccf23e42fc94caf2420ae7ad076bffb4ec8 Mon Sep 17 00:00:00 2001 From: Voss Date: Mon, 29 Jan 2024 14:35:35 -0600 Subject: [PATCH] revert description change --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 93281a0..5e9cf89 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -5,7 +5,7 @@ "upstreamRepo": "ethereum/go-ethereum", "upstreamArg": "UPSTREAM_VERSION", "shortDescription": "Execution client Geth for Sepolia (a PoS test network for Ethereum)", - "description": "This package provides the Geth client for the Sepolia Testnet, which is an official, but permissioned, proof-of-stake Ethereum testnet. Sepolia Geth is an execution client that enables interaction with the Ethereum blockchain in conjuction with a Consensus Layer Client. With this package, you can easily deploy and run a Sepolia Geth node on your Dappnode.", + "description": "This package provides the Geth client for the Sepolia Testnet, which is an official, proof-of-stake Ethereum testnet. Sepolia Geth is an execution client that enables interaction with the Ethereum blockchain in conjuction with a Consensus Layer Client. With this package, you can easily deploy and run a Sepolia Geth node on your Dappnode.", "type": "service", "chain": "ethereum", "author": "Afri Schoedon (https://github.com/q9f)",