From 65f0631a26c924faa88a722533196e7afd22784b Mon Sep 17 00:00:00 2001 From: Nathan Woodburn <github@nathan.woodburn.au> Date: Fri, 7 Mar 2025 14:48:20 +1100 Subject: [PATCH] fix: Typo in description --- hnslinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnslinks.py b/hnslinks.py index c7852ce..ac27863 100644 --- a/hnslinks.py +++ b/hnslinks.py @@ -7,7 +7,7 @@ import os # Plugin Data info = { "name": "HNS Links", - "description": "This is a plugin to quickly setup a HNS Links site<br>First you need to setup the varo instance and api key<br>2. Add domain to varo<br> 3. Add it to hns-links<br>4. Wait a few minutes and add it to HNS Links to ensure the TLSA is correct<br>5. Wait for the DNS update to propogate (up to 7 hrs)", + "description": "This is a plugin to quickly setup a HNS Links site<br>1. Connect varo instance with api key<br>2. Add domain to varo<br> 3. Add it to hns-links<br>4. Wait a few minutes and add it to HNS Links to ensure the TLSA is correct<br>5. Wait for the DNS update to propogate (up to 7 hrs)", "version": "1.0", "author": "Nathan.Woodburn/" }