From 8e8fe1186f371920393dca5c8ebee9478e97f9db Mon Sep 17 00:00:00 2001
From: Phil Bajsicki <phil@bajsicki.com>
Date: Sat, 24 May 2025 03:39:08 +0200
Subject: [PATCH] Update README.org (Repository -> Codeberg)

---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 69a7848..b54ca7b 100644
--- a/README.org
+++ b/README.org
@@ -2,10 +2,12 @@
 #+author: Phil Bajsicki
 #+auto_tangle: t
 #+PROPERTY: header-args :elisp :tangle gptel-org-tools.el
+* Note
+This repository previously lived on my personal forge. I have since moved it to codeberg. My personal forge will remain reasonably up-to-date, however [[https://codeberg.org/bajsicki/gptel-org-tools][codeberg]] is the reference repository.
+
 * Disclaimer
 - ~This package is an active privacy risk. It allows the LLM to autonomously expand its context in any direction it chooses.~
 - ~Only connect to third-party systems if you understand and accept the risk of *any* of your files becoming publicly accessible.~
-
 * Intro
 This is a collection of tools I wrote to help me review my life.
 
@@ -40,7 +42,7 @@ packages.el:
 #+begin_src elisp :tangle no
 (package! gptel-org-tools
   :recipe (:host nil
-	   :repo "https://git.bajsicki.com/phil/gptel-org-tools"))
+	   :repo "https://codeberg.org/bajsicki/gptel-org-tools"))
 #+end_src
 
 config.el: