Skip to content

Commit 00d1b88

Browse files
committed
fix: repo link
1 parent 3ab832f commit 00d1b88

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"0.2.0"
55
"Elisp Language Server")
66

7-
(website-url "https://github.com/elisp-lsp/ellsp")
7+
(website-url "https://github.com/elisp-lsp/Ellsp")
88
(keywords "convenience" "lsp")
99

1010
(package-file "ellsp.el")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2-
[![Release](https://img.shields.io/github/release/elisp-lsp/ellsp.svg?logo=github)](https://github.com/elisp-lsp/ellsp/releases/latest)
2+
[![Release](https://img.shields.io/github/release/elisp-lsp/Ellsp.svg?logo=github)](https://github.com/elisp-lsp/Ellsp/releases/latest)
33
[![JCS-ELPA](https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/ellsp.svg)](https://jcs-emacs.github.io/jcs-elpa/#/ellsp)
44

55
# Ellsp
66
> Elisp Language Server
77
8-
[![CI Elisp](https://github.com/elisp-lsp/ellsp/actions/workflows/test-elisp.yml/badge.svg)](https://github.com/elisp-lsp/ellsp/actions/workflows/test-elisp.yml)
9-
[![Build Proxy](https://github.com/elisp-lsp/ellsp/actions/workflows/build-proxy.yml/badge.svg)](https://github.com/elisp-lsp/ellsp/actions/workflows/build-proxy.yml)
8+
[![CI Elisp](https://github.com/elisp-lsp/Ellsp/actions/workflows/test-elisp.yml/badge.svg)](https://github.com/elisp-lsp/Ellsp/actions/workflows/test-elisp.yml)
9+
[![Build Proxy](https://github.com/elisp-lsp/Ellsp/actions/workflows/build-proxy.yml/badge.svg)](https://github.com/elisp-lsp/Ellsp/actions/workflows/build-proxy.yml)
1010

1111
This software is intended for use with editors other than Emacs.
1212
If you're already an Emacs user, we recommend using Emacs directly,

bin/install-ellsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
esac
4545
fi
4646

47-
ellsp_uri="https://github.com/elisp-lsp/ellsp/releases/latest/download/ellsp_${target}.${ext}"
47+
ellsp_uri="https://github.com/elisp-lsp/Ellsp/releases/latest/download/ellsp_${target}.${ext}"
4848

4949
SDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
5050

bin/install-ellsp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
2929
exit /b 1
3030
)
3131

32-
set URL=https://github.com/elisp-lsp/ellsp/releases/latest/download/ellsp_win-%ARCH%.zip
32+
set URL=https://github.com/elisp-lsp/Ellsp/releases/latest/download/ellsp_win-%ARCH%.zip
3333
set ELLSP_BIN_DIR=%~dp0
3434
set ZIP=%ELLSP_BIN_DIR%\ellsp.zip
3535

ellsp.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Shen, Jen-Chieh <jcs090218@gmail.com>
66
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
7-
;; URL: https://github.com/elisp-lsp/ellsp
7+
;; URL: https://github.com/elisp-lsp/Ellsp
88
;; Version: 0.2.0
99
;; Package-Requires: ((emacs "28.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"))
1010
;; Keywords: convenience lsp
@@ -53,7 +53,7 @@
5353
"Elisp Language Server."
5454
:prefix "ellsp-"
5555
:group 'tool
56-
:link '(url-link :tag "Repository" "https://github.com/elisp-lsp/ellsp"))
56+
:link '(url-link :tag "Repository" "https://github.com/elisp-lsp/Ellsp"))
5757

5858
(defcustom ellsp-eol (pcase system-type
5959
;; XXX: Don't know why `\r\n' does not work with VSCode

proxy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/elisp-lsp/ellsp.git"
21+
"url": "git+https://github.com/elisp-lsp/Ellsp.git"
2222
},
2323
"keywords": [
2424
"ellsp",
@@ -29,9 +29,9 @@
2929
"author": "Jen-Chieh Shen",
3030
"license": "GPL-3.0-or-later",
3131
"bugs": {
32-
"url": "https://github.com/elisp-lsp/ellsp/issues"
32+
"url": "https://github.com/elisp-lsp/Ellsp/issues"
3333
},
34-
"homepage": "https://github.com/elisp-lsp/ellsp#readme",
34+
"homepage": "https://github.com/elisp-lsp/Ellsp#readme",
3535
"dependencies": {
3636
"which": "^6.0.1"
3737
},

0 commit comments

Comments
 (0)