From c998e57a89f12af159e5b5f3aa03dafc26f5da95 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 28 Aug 2022 13:38:27 -0400 Subject: [PATCH] update index.html --- README.md | 2 ++ index.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 3e14c9a..b5e945b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ In the next version, I'll be moving the `i2pkeys` directory to it's own reposito so I can avoid import cycle headaches. Please migrate to the new `i2pkeys` repository before upgrading your sam3 dependencies. You can probably do this by running: +STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days. + ```sh find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \; ``` diff --git a/index.html b/index.html index 2fd6498..29863dc 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,9 @@ repository before upgrading your sam3 dependencies. You can probably do this by running:

+

+ STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days. +

find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;