aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-05-10 15:22:33 +0100
committerArun Isaac2024-05-10 15:23:27 +0100
commitdda1a6683cc3e97be76b3ce55a6f1231d4ef9b49 (patch)
treed576d52e01f4a75e815c975272c4ede8447a2d4f
parent5663242a1beb2d24b1922366bd2ea2765233a880 (diff)
downloadguile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.tar.gz
guile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.tar.lz
guile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.zip
README: Be less committed about merging with upstream xapian-bindings.HEADmaster
At this point, it is not clear if guile-xapian will ever be merged with upstream xapian-bindings. * README.org: Be less committed about merging with upstream xapian-bindings.
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index cc0dde6..82e5870 100644
--- a/README.org
+++ b/README.org
@@ -12,7 +12,7 @@ applications. It has built-in support for several families of
weighting models and also supports a rich set of boolean query
operators.
-Once these bindings are sufficiently mature, they will be merged with
+Once these bindings are sufficiently mature, they may be merged with
[[https://github.com/xapian/xapian/tree/master/xapian-bindings][xapian-bindings]]. This will involve creating more complete
Scheme-friendly wrapping of the Xapian library, writing test cases and
documentation. When we are done, the user should not ever have to call