From 3c9e547c4afc9fe751d5a40613b2c78ded84d915 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 18 Aug 2025 17:00:27 +0900 Subject: [PATCH] cmd/hpkg: add deprecation notice Signed-off-by: Ophestra --- cmd/hpkg/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/hpkg/README diff --git a/cmd/hpkg/README b/cmd/hpkg/README new file mode 100644 index 0000000..c3b7dd2 --- /dev/null +++ b/cmd/hpkg/README @@ -0,0 +1,7 @@ +This program is a proof of concept and is now deprecated. It is only kept +around for API demonstration purposes and to make the most out of the test +suite. + +This program is replaced by planterette, which can be found at +https://git.gensokyo.uk/security/planterette. Development effort should be +focused there instead. \ No newline at end of file