aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--furgit.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/furgit.go b/furgit.go
index 6e241049..75a79390 100644
--- a/furgit.go
+++ b/furgit.go
@@ -17,8 +17,9 @@
//
// While the [codeberg.org/lindenii/furgit/repository] package is where
// most users should begin, it only exists as one convenient composition of
-// those pieces for the standard on-disk repository layout. Nothing should
-// depend on it.
+// those pieces for the standard on-disk repository layout. Nothing inside
+// furgit should depend on it; extensions to furgit such as alterntaive
+// object stores must not depend on it either.
//
// # Contract labels
//