This is an automated email from the git hooks/post-receive script. civodul pushed a commit to branch main in repository shepherd.
The following commit(s) were added to refs/heads/main by this push: new 6c47d90 Change source code URL to Codeberg. 6c47d90 is described below commit 6c47d90eb221873ba426845d2b1395bc6c772e71 Author: Ludovic Courtès <l...@gnu.org> AuthorDate: Wed May 14 16:06:41 2025 +0200 Change source code URL to Codeberg. * .guix-channel, README: Update. --- .guix-channel | 2 +- README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.guix-channel b/.guix-channel index f2377a6..5ab0190 100644 --- a/.guix-channel +++ b/.guix-channel @@ -3,4 +3,4 @@ (channel (version 0) (directory ".guix/modules") - (url "https://git.savannah.gnu.org/git/shepherd.git")) ;the primary URL + (url "https://codeberg.org/shepherd/shepherd.git")) ;the primary URL diff --git a/README b/README index 37dd3d2..2959a0a 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ The Shepherd repository can be used as a Guix “channel”. To do that, change (append (list (channel (name 'shepherd) - (url "https://git.savannah.gnu.org/git/shepherd.git") + (url "https://codeberg.org/shepherd/shepherd.git") (branch "main") (introduction (make-channel-introduction @@ -79,7 +79,7 @@ be found in the file `NEWS'. See the Git version control history for a list of people who contributed to this software in the form of changes to the code: - https://git.savannah.gnu.org/cgit/shepherd.git/log + https://codeberg.org/shepherd/shepherd/commits/branch/main This program can be distributed under the terms of the GNU General Public License, version 3 or any later version, see the file `COPYING'