branch: elpa/adoc-mode
commit 468fdc0fd9f58815306d6aa7375b3b066f93f4ff
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Update some package metadata
---
 README.adoc  | 2 +-
 adoc-mode.el | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index 2d3ecb00e8..55820e2fcd 100644
--- a/README.adoc
+++ b/README.adoc
@@ -10,7 +10,7 @@
 :copying: http://www.gnu.org/copyleft/gpl.html
 
 
-image:https://github.com/emacsorphanage/adoc-mode/workflows/CI/badge.svg[link="https://github.com/emacsorphanage/adoc-mode/actions?query=workflow%3ACI";]
+image:https://github.com/bbatsov/adoc-mode/workflows/CI/badge.svg[link="https://github.com/bbatsov/adoc-mode/actions?query=workflow%3ACI";]
 image:{melpa-badge}[link="{melpa-package}"]
 image:{melpa-stable-badge}[link="{melpa-stable-package}"]
 image:{license-badge}[link="{copying}"]
diff --git a/adoc-mode.el b/adoc-mode.el
index ff79db2208..dbf1e9baeb 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1,10 +1,11 @@
 ;;; adoc-mode.el --- a major-mode for editing AsciiDoc files in Emacs
 ;;
 ;; Copyright 2009-2014 Florian Kaufmann <sensor...@gmail.com>
-;; Copyright 2022 adoc-mode contributors
+;; Copyright 2022 Bozhidar Batsov <bozhi...@batsov.dev> and adoc-mode 
contributors
 ;;
 ;; Author: Florian Kaufmann <sensor...@gmail.com>
-;; URL: https://github.com/emacsorphanage/adoc-mode
+;; URL: https://github.com/bbatsov/adoc-mode
+;; Maintainer: Bozhidar Batsov <bozhi...@batsov.dev>
 ;; Created: 2009
 ;; Version: 0.7.0-snapshot
 ;; Package-Requires: ((emacs "26") (markup-faces "1.0.0"))
@@ -66,7 +67,7 @@ there.  adoc-mode has only a few faces of its own, which can 
be
 customized on this page."
   :group 'text
   :prefix "adoc-"
-  :link '(url-link "https://github.com/emacsorphanage/adoc-mode";))
+  :link '(url-link "https://github.com/bbatsov/adoc-mode";))
 
 (defcustom adoc-script-raise '(-0.3 0.3)
   "How much to lower and raise subscript and superscript content.

Reply via email to