diff options
author | Robin Jarry <robin@jarry.cc> | 2021-11-05 10:19:46 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2021-11-05 10:21:45 +0100 |
commit | 0d645bcebda8d764c4f21f71ded1e3627d6e8837 (patch) | |
tree | 5869c22738e34d8da223c06b5a5289f08825a8f7 /commands/util.go | |
parent | b2e9df623f638ecda539ec69f30a31b6693df2d1 (diff) | |
download | aerc-0d645bcebda8d764c4f21f71ded1e3627d6e8837.tar.gz |
go.mod: change base git url
I'm not sure what are the implications but it seems required.
Link: https://github.com/golang/go/issues/20883
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'commands/util.go')
-rw-r--r-- | commands/util.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/util.go b/commands/util.go index 8e2bdbc3..ffc5ed6c 100644 --- a/commands/util.go +++ b/commands/util.go @@ -10,9 +10,9 @@ import ( "strings" "time" - "git.sr.ht/~sircmpwn/aerc/lib" - "git.sr.ht/~sircmpwn/aerc/models" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/lib" + "git.sr.ht/~rjarry/aerc/models" + "git.sr.ht/~rjarry/aerc/widgets" "github.com/gdamore/tcell/v2" "github.com/mitchellh/go-homedir" ) |