From b1e1313b3127d663c4ae88865b6371f47b6b7a14 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 13 Aug 2022 08:42:02 +0000 Subject: [PATCH] rename from go-watch-and-tel to go-watch --- README.md | 4 ++-- go.mod | 2 +- templates/base.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98b03f7..626146d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# go-watch-and-tel -[![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/go-watch-and-tel/status.svg)](https://drone.broodjeaap.net/broodjeaap/go-watch-and-tel) +# Go Watch +[![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/go-watch/status.svg)](https://drone.broodjeaap.net/broodjeaap/go-watch) A change detection server that notifies through Telegram written in Go \ No newline at end of file diff --git a/go.mod b/go.mod index 22cce88..1674701 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module broodjeaap.net/go-watch-and-tel +module broodjeaap.net/go-watch go 1.18 diff --git a/templates/base.html b/templates/base.html index aef9b77..4b73110 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@