Re: [Announcement]: Guile repositories' new home

Collin Funk <[email protected]> Fri, 24 Oct 2025 01:24:04 -0700
Newsgroups gmane.lisp.guile.devel,gmane.lisp.guile.user
Message-ID <[email protected]>
Eli Zaretskii <[email protected]> writes:

>> Date: Thu, 23 Oct 2025 23:52:26 +0200
>> Cc: Ludovic Courtès <[email protected]>
>> From: Ekaitz Zarraga <[email protected]>
>> 
>> Hi all,
>> 
>> As many of you know, the official GNU Guile repository is now hosted in 
>> Codeberg, under the `guile` organization:
>> 
>> https://codeberg.org/guile
>
> Thanks, but would you mind posting here the Git commands necessary to
> update the local clone to use the new upstream?

This should be correct, assuming you have the default remote name:

    $ cd $GUILE_CHECKOUT
    $ git remote set-url origin https://codeberg.org/guile/guile.git

Collin