branch: externals/xref-union
commit 140bdf53e1c1aca1c33a38e10aa6c00c4457eadb
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Update documentation to link to Codeberg
---
README.md | 16 +++++++++-------
xref-union.el | 6 +++---
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index f85a46b7af..044dffe77d 100644
--- a/README.md
+++ b/README.md
@@ -51,19 +51,21 @@ code contributions.
Source code
-----------
-Xref-union.el is developed on [SourceHut].
+Xref-union.el is developed on [Codeberg].
-[SourceHut]:
- https://git.sr.ht/~pkal/xref-union/
+[Codeberg]:
+ https://codeberg.org/pkal/xref-union.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/xref-union.el/issues
+[me]:
+ https://sdf.org/~pkal#contact
Distribution
------------
diff --git a/xref-union.el b/xref-union.el
index 8ef76a586e..6b6d724e61 100644
--- a/xref-union.el
+++ b/xref-union.el
@@ -1,10 +1,10 @@
;;; xref-union.el --- Combine multiple Xref backends -*- lexical-binding: t;
-*-
-;; Copyright (C) 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2023, 2026 Free Software Foundation, Inc.
;; Author: Philip Kaludercic <[email protected]>
-;; Maintainer: Philip Kaludercic <~pkal/[email protected]>
-;; URL: https://git.sr.ht/~pkal/xref-union/
+;; Maintainer: Philip Kaludercic <[email protected]>
+;; URL: https://codeberg.org/pkal/xref-union.el
;; Version: 0.2.0
;; Package-Requires: ((emacs "25.1"))