Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jul 2, 2021
1 parent 0dd26ad commit c6181a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup clojure-lsp
uses: turtlequeue/setup-clojure-lsp@v1
uses: clojure-lsp/setup-clojure-lsp@v1
with:
clojure-lsp-version: 2021.07.01-19.49.02

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/turtlequeue/setup-clojure-lsp.git"
"url": "git+https://github.com/clojure-lsp/setup-clojure-lsp.git"
},
"keywords": [
"actions",
Expand All @@ -23,7 +23,7 @@
"github",
"setup"
],
"author": "nha",
"author": "ericdallo",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
Expand Down

0 comments on commit c6181a8

Please sign in to comment.