move to codeberg (#1)

This commit is contained in:
T. von Dein
2025-12-18 09:13:58 +01:00
parent 06a740ed4e
commit 21ab12665b
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ Emacs Screen Reader
# Demo # Demo
![demo](https://raw.githubusercontent.com/TLINDEN/novel-mode/master/demo.gif) ![demo](demo.gif)
# Introduction # Introduction
@@ -133,5 +133,5 @@ USA
- Version: 0.01 - Version: 0.01
- Author: T.v.Dein <tlinden@cpan.org> - Author: T.v.Dein <tlinden@cpan.org>
- Keywords: read books novels - Keywords: read books novels
- URL: https://github.com/tlinden/novel-mode - URL: https://codeberg.org/scip/novel-mode
- License: GNU General Public License >= 2 - License: GNU General Public License >= 2

View File

@@ -22,7 +22,7 @@
;; Version: 0.01 ;; Version: 0.01
;; Author: T.v.Dein <tlinden@cpan.org> ;; Author: T.v.Dein <tlinden@cpan.org>
;; Keywords: read books novels ;; Keywords: read books novels
;; URL: https://github.com/tlinden/novel-mode ;; URL: https://codeberg.org/scip/novel-mode
;; License: GNU General Public License >= 2 ;; License: GNU General Public License >= 2
;;; Commentary: ;;; Commentary:
@@ -140,7 +140,7 @@
"screen reader mode" "screen reader mode"
:group 'extensions :group 'extensions
:group 'tools :group 'tools
:link '(url-link :tag "Repository" "https://github.com/tlinden/novel-mode")) :link '(url-link :tag "Repository" "https://codeberg.org/scip/novel-mode"))
;; various vars to remember previous states ;; various vars to remember previous states
(defvar novel--mlf nil) (defvar novel--mlf nil)