From 9a3d9b1cea83d06b7c9b383ceadd5503b0e73d1d Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 20 Aug 2021 15:36:10 +1000 Subject: [PATCH 1/2] chore(doc): add status to README in prep for archiving --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d8f6d59..2dcd1ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ filecoin-pickaxe ================ +## Status + +This repository is in a **frozen** state. It is not being maintained or kept in sync with the tools and libraries it builds on. Even though this work on this repository has been **shelved**, anyone interested in updating or maintaining this project should express their interest on one Filecoin community conversation mediums: . + +--- + **Work-in-progress** This is a command-line tool for managing "bundles" (groups of files) From 8b1fdfda816627d8f4683db89000af7ddc70c463 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 20 Aug 2021 15:55:01 +1000 Subject: [PATCH 2/2] squashme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dcd1ce..104e543 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ filecoin-pickaxe ## Status -This repository is in a **frozen** state. It is not being maintained or kept in sync with the tools and libraries it builds on. Even though this work on this repository has been **shelved**, anyone interested in updating or maintaining this project should express their interest on one Filecoin community conversation mediums: . +This repository is in a **frozen** state. It is not being maintained or kept in sync with the tools and libraries it builds on. Even though work on this repository has been **shelved**, anyone interested in updating or maintaining this project should express their interest on one Filecoin community conversation mediums: . ---