branch: externals/jarchive
commit 0361896bdc5345b82ed5d86e541283854b076da8
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>

    Address package-lint feedback
---
 jarchive.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jarchive.el b/jarchive.el
index bb53271378..b6740b5224 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -4,9 +4,9 @@
 ;; Authors: Danny Freeman <[email protected]>
 ;; Maintainer: Danny Freeman <[email protected]>>
 ;; Version: 0.1.0
-;; Keywords: java, clojure, jvm, jar, archives, lsp, eglot
+;; Keywords: tools, languages, jvm, java, clojure
 ;; URL: https://git.sr.ht/~dannyfreeman/jarchive
-;; Package-Requires: ((seq "2.23"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 
 ;;; Code:
 (require 'arc-mode)
-(require 'cl-macs)
+(require 'cl-lib)
 (require 'seq)
 (require 'url-parse)
 

Reply via email to