Skip to content

Commit c6181a8

Browse files
committed
Update README
1 parent 0dd26ad commit c6181a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Setup clojure-lsp
18-
uses: turtlequeue/setup-clojure-lsp@v1
18+
uses: clojure-lsp/setup-clojure-lsp@v1
1919
with:
2020
clojure-lsp-version: 2021.07.01-19.49.02
2121

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/turtlequeue/setup-clojure-lsp.git"
17+
"url": "git+https://github.com/clojure-lsp/setup-clojure-lsp.git"
1818
},
1919
"keywords": [
2020
"actions",
@@ -23,7 +23,7 @@
2323
"github",
2424
"setup"
2525
],
26-
"author": "nha",
26+
"author": "ericdallo",
2727
"license": "MIT",
2828
"dependencies": {
2929
"@actions/core": "^1.2.6",

0 commit comments

Comments
 (0)