Skip to content

Commit

Permalink
fiX: Update home link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 20, 2024
1 parent 4e7c7fc commit 5107334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"0.1.0"
"Elisp Language Server")

(website-url "https://github.com/jcs-elpa/ellsp")
(website-url "https://github.com/elisp-lsp/ellsp")
(keywords "convenience" "lsp")

(package-file "ellsp.el")
Expand Down
4 changes: 2 additions & 2 deletions ellsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Shen, Jen-Chieh <[email protected]>
;; Maintainer: Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/jcs-elpa/ellsp
;; URL: https://github.com/elisp-lsp/ellsp
;; Version: 0.1.0
;; Package-Requires: ((emacs "27.1") (lsp-mode "6.0.1") (log4e "0.1.0") (dash "2.14.1") (s "1.12.0") (company "0.8.12") (msgu "0.1.0"))
;; Keywords: convenience lsp
Expand All @@ -26,7 +26,7 @@

;;; Commentary:
;;
;; Elisp Language Server
;; Elisp Language Server.
;;

;;; Code:
Expand Down

0 comments on commit 5107334

Please sign in to comment.