From 9f5d28e4b5d3138aac43075ef202afa1102acb4f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 2 Oct 2023 12:07:29 -0400
Subject: [PATCH] a better package description

---
 tahoe-chk.cabal | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tahoe-chk.cabal b/tahoe-chk.cabal
index 64ad9c1..bf1ebc7 100644
--- a/tahoe-chk.cabal
+++ b/tahoe-chk.cabal
@@ -5,7 +5,9 @@ synopsis:
   The Tahoe-LAFS' Content-Hash-Key (CHK) cryptographic protocol.
 
 description:
-  Please see the README on GitHub at <https://whetstone.private.storage/privatestorage/tahoe-chk/-/blob/main/README.md>
+  Reversibly encrypt plaintext, encode ciphertext to shares, and serialize
+  shares to bytes such that confidentiality, integrity, and authenticity are
+  assured.
 
 homepage:           https://whetstone.private.storage/privatestorage/tahoe-chk
 bug-reports:
-- 
GitLab