Skip to content

Commit

Permalink
Update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 20, 2024
1 parent c18992f commit 69bcb6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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"
"Move to previous/next blank line")

(website-url "https://github.com/jcs-elpa/block-travel")
(website-url "https://github.com/emacs-vs/block-travel")
(keywords "convenience")

(package-file "block-travel.el")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# block-travel
> Move to previous/next blank line
[![CI](https://github.com/jcs-elpa/block-travel/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/block-travel/actions/workflows/test.yml)
[![CI](https://github.com/emacs-vs/block-travel/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/block-travel/actions/workflows/test.yml)

## 🔨 Usage

Expand Down
4 changes: 2 additions & 2 deletions block-travel.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/block-travel
;; URL: https://github.com/emacs-vs/block-travel
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
Expand Down Expand Up @@ -35,7 +35,7 @@
"Move to previous/next blank line."
:prefix "block-travel-"
:group 'tool
:link '(url-link :tag "Repository" "https://github.com/jcs-elpa/block-travel"))
:link '(url-link :tag "Repository" "https://github.com/emacs-vs/block-travel"))

(defcustom block-travel-regex "^[[:space:]]*\n"
"Regex to navigate to blank lines."
Expand Down

0 comments on commit 69bcb6e

Please sign in to comment.