diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2025-01-31 10:07:49 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2025-01-31 10:11:27 +0100 |
| commit | dcb73b4eac45457e1eaf810e5abb8214711714ce (patch) | |
| tree | 4d6da004f271747814fafdc88f62d8d10f20c41c | |
| parent | c8b95d4d5dcfbebda4cd9f9c516f416ee9f48eea (diff) | |
Point to Codeberg instead of SourceHut
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | do-at-point.el | 6 |
2 files changed, 12 insertions, 10 deletions
@@ -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 3b4d325..a15a4a4 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 <philipk@posteo.net> -;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht> -;; URL: https://git.sr.ht/~pkal/do-at-point +;; Maintainer: Philip Kaludercic <philipk@posteo.net> +;; URL: https://codeberg.org/pkal/do-at-point.el ;; Version: 0.1.2 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience |
