diff --git a/Eask b/Eask index 27966a7..c7dab18 100644 --- a/Eask +++ b/Eask @@ -2,7 +2,7 @@ "0.0.3" "Wraps a chunk of HTML code in tags") -(website-url "https://github.com/jcs-elpa/htmltagwrap") +(website-url "https://github.com/emacs-vs/htmltagwrap") (keywords "convenience" "keybindings") (package-file "htmltagwrap.el") diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index ff11003..540cfdb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # htmltagwrap > Wraps a chunk of HTML code in tags. -[![CI](https://github.com/jcs-elpa/htmltagwrap/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/htmltagwrap/actions/workflows/test.yml) +[![CI](https://github.com/emacs-vs/htmltagwrap/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/htmltagwrap/actions/workflows/test.yml)

diff --git a/htmltagwrap.el b/htmltagwrap.el index 04be499..85c65d8 100644 --- a/htmltagwrap.el +++ b/htmltagwrap.el @@ -4,7 +4,7 @@ ;; Created date 2018-12-04 16:09:31 ;; Author: Shen, Jen-Chieh -;; URL: https://github.com/jcs-elpa/htmltagwrap +;; URL: https://github.com/emacs-vs/htmltagwrap ;; Version: 0.0.3 ;; Package-Requires: ((emacs "24.4")) ;; Keyword: convenience keybindings @@ -35,7 +35,7 @@ "Wraps a chunk of HTML code in tags." :prefix "htmltagwrap-" :group 'editing - :link '(url-link :tag "Repository" "https://github.com/jcs-elpa/htmltagwrap")) + :link '(url-link :tag "Repository" "https://github.com/emacs-vs/htmltagwrap")) (defcustom htmltagwrap-tag "p" "The default HTML tag to insert."