branch: externals/triples
commit cef7ad3a81973f4f9416eba50e07f80d52eaeaee
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Remove emacs requirement for now.
The emacs 29 requirement was too strict; I don't know what the requirement
actually is, but I don't think I've used special emacs 29-only
functionality.
---
triples.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/triples.el b/triples.el
index d79fe865f0..1e52471490 100644
--- a/triples.el
+++ b/triples.el
@@ -4,8 +4,8 @@
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/triples
-;; Package-Requires: ((emacsql "3.0.0") (emacs "29") cl-lib (seq "2.0"))
-;; Keywords: triples, kg
+;; Package-Requires: ((emacsql "3.0.0") cl-lib (seq "2.0"))
+;; Keywords: triples, kg, data, sqlite
;; Version: 0.0
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as