citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 0a2e6fce4163acd4497fd363819270aea4670a67
parent f636211fc4b64ff9ac40b30c074a579de16edb82
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  5 Nov 2020 12:10:17 -0800

git: add srht remote alias

Diffstat:
Mdotfiles/.gitconfig | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -13,8 +13,8 @@ smtpServer=/home/jb55/bin/sendmail [url "git@github.com:"] insteadOf = gh: -[url "git@gl.blockstream.io:blockstream/"] - insteadOf = gl: +[url "git@git.sr.ht:~"] + insteadOf = srht: [url "git@gitlab.com:"] insteadOf = gitlab: [url "jb55.com:git/"]