From 1480d39e2c12866b8a80f26bb72fbda1e8bc169b Mon Sep 17 00:00:00 2001 From: "T. von Dein" Date: Thu, 18 Dec 2025 09:16:37 +0100 Subject: [PATCH] moving to codeberg (#1) --- README.md | 2 +- mark-copy-yank-things-mode.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79ce2df..5bf960a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You may also directly customize the key bindings, e.g: #### Reporting Bugs: -Open https://github.com/tlinden/mark-copy-yank-things/issues and +Open https://codeberg.org/scip/mark-copy-yank-things/issues and file a new issue. #### Similar Tools: diff --git a/mark-copy-yank-things-mode.el b/mark-copy-yank-things-mode.el index 39c702d..891a0e0 100644 --- a/mark-copy-yank-things-mode.el +++ b/mark-copy-yank-things-mode.el @@ -22,7 +22,7 @@ ;; Version: 0.04 ;; Author: T.v.Dein ;; Keywords: copy yank mark things -;; URL: https://github.com/tlinden/mark-copy-yank-things +;; URL: https://codeberg.org/scip/mark-copy-yank-things ;; License: GNU General Public License >= 2 ;;; Commentary: @@ -131,7 +131,7 @@ ;;;; Reporting Bugs: -;; Open https://github.com/tlinden/mark-copy-yank-things/issues and +;; Open https://codeberg.org/scip/mark-copy-yank-things/issues and ;; file a new issue ;;; Code ;;;; Dependencies @@ -149,7 +149,7 @@ "Kill first, ask later - an emacs mode for killing things quickly" :group 'extensions :group 'tools - :link '(url-link :tag "Repository" "https://github.com/tlinden/mark-copy-yank-things")) + :link '(url-link :tag "Repository" "https://codeberg.org/scip/mark-copy-yank-things")) (defvar mark-copy-yank-things-mode-map (make-sparse-keymap) "Keymap for the MCYT minor mode.")