summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2025-01-31 10:07:49 +0100
committerPhilip Kaludercic <philipk@posteo.net>2025-01-31 10:11:27 +0100
commitdcb73b4eac45457e1eaf810e5abb8214711714ce (patch)
tree4d6da004f271747814fafdc88f62d8d10f20c41c
parentc8b95d4d5dcfbebda4cd9f9c516f416ee9f48eea (diff)
Point to Codeberg instead of SourceHut
-rw-r--r--README.md16
-rw-r--r--do-at-point.el6
2 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 574dca5..f76f116 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 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