Skip to content

Commit

Permalink
Fix references to GitHub repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Mar 30, 2024
1 parent 53c01f3 commit 8c3fec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/leotaku/emacs-action.git"
"url": "git+https://github.com/leotaku/elisp-check.git"
},
"keywords": [
"emacs",
Expand All @@ -18,9 +18,9 @@
"author": "Leo Gaskin <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/leotaku/emacs-action/issues"
"url": "https://github.com/leotaku/elisp-check/issues"
},
"homepage": "https://github.com/leotaku/emacs-action#readme",
"homepage": "https://github.com/leotaku/elisp-check#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
Expand Down

0 comments on commit 8c3fec2

Please sign in to comment.