moving to codeberg (#9)

This commit is contained in:
T. von Dein
2025-12-18 09:02:48 +01:00
parent c76aa265d1
commit de712eb6e7
2 changed files with 5 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ When you put this into your .emacs config, then you can do:
# Reporting Bugs # Reporting Bugs
Goto https://github.com/tlinden/viking-mode and file a new issue. Goto https://codeberg.org/scip/viking-mode and file a new issue.
# Meta # Meta
@@ -201,5 +201,5 @@ USA
Version : 0.08 Version : 0.08
Author : T.v.Dein <tlinden@cpan.org> Author : T.v.Dein <tlinden@cpan.org>
Keywords : kill delete Keywords : kill delete
URL : https://github.com/tlinden/viking-mode URL : https://codeberg.org/scip/viking-mode
License : GNU General Public License >= 2 License : GNU General Public License >= 2

View File

@@ -22,7 +22,7 @@
;; Version: 0.08 ;; Version: 0.08
;; Author: T.v.Dein <tlinden@cpan.org> ;; Author: T.v.Dein <tlinden@cpan.org>
;; Keywords: kill delete ;; Keywords: kill delete
;; URL: https://github.com/tlinden/viking-mode ;; URL: https://codeberg.org/scip/viking-mode
;; License: GNU General Public License >= 2 ;; License: GNU General Public License >= 2
;;; Commentary: ;;; Commentary:
@@ -196,7 +196,7 @@
;;; Reporting Bugs: ;;; Reporting Bugs:
;; Goto https://github.com/tlinden/viking-mode and file a new issue. ;; Goto https://codeberg.org/scip/viking-mode and file a new issue.
;;; History: ;;; History:
@@ -230,7 +230,7 @@
"Kill first, ask later - an emacs mode for killing things quickly" "Kill first, ask later - an emacs mode for killing things quickly"
:group 'extensions :group 'extensions
:group 'tools :group 'tools
:link '(url-link :tag "Repository" "https://github.com/tlinden/viking-mode")) :link '(url-link :tag "Repository" "https://codeberg.org/scip/viking-mode"))
;;;; Customizable variables ;;;; Customizable variables