From c02760513a1fb291cb32b2fe044470da26daee7f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Nov 2022 18:44:55 -0300 Subject: Replace kuvira -> toph git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes. --- aux/containers/guix/with-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/containers/guix') diff --git a/aux/containers/guix/with-container.sh b/aux/containers/guix/with-container.sh index fcbb8b5..bd7919a 100755 --- a/aux/containers/guix/with-container.sh +++ b/aux/containers/guix/with-container.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -CHANNEL_REMOTE='https://euandreh.xyz/package-repository.git' +CHANNEL_REMOTE='https://euandre.org/git/package-repository' CHANNEL_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/euandreh-guix-channel" if [ ! -d "$CHANNEL_DIR" ]; then -- cgit v1.2.3