branch: externals/do-at-point commit dcb73b4eac45457e1eaf810e5abb8214711714ce Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Point to Codeberg instead of SourceHut --- README.md | 16 +++++++++------- do-at-point.el | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 574dca5c0e..f76f1162ae 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,21 @@ code contributions. Source code ----------- -Do-at-point.el is developed on [SourceHut]. +Do-at-point.el is developed on [Codeberg]. -[SourceHut]: - https://git.sr.ht/~pkal/do-at-point +[Codeberg]: + https://codeberg.org/pkal/do-at-point.el Bugs and Patches ---------------- -Bugs, patches, comments or questions can be submitted to my [public -inbox]. +Bugs, patches, comments or questions can be submitted via [Codeberg's +issue system] or by sending [me] an email. -[public inbox]: - https://lists.sr.ht/~pkal/public-inbox +[Codeberg's issue system]: + https://codeberg.org/pkal/do-at-point.el/issues +[me]: + https://amodernist.com/#email Distribution ------------ diff --git a/do-at-point.el b/do-at-point.el index 3b4d325fb7..a15a4a4952 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -1,10 +1,10 @@ ;;; do-at-point.el --- Generic context-sensitive action dispatcher. -*- lexical-binding: t; -*- -;; Copyright (C) 2023, 2024 Free Software Foundation, Inc. +;; Copyright (C) 2023, 2024, 2025 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> -;; Maintainer: Philip Kaludercic <~pkal/public-in...@lists.sr.ht> -;; URL: https://git.sr.ht/~pkal/do-at-point +;; Maintainer: Philip Kaludercic <phil...@posteo.net> +;; URL: https://codeberg.org/pkal/do-at-point.el ;; Version: 0.1.2 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience