summaryrefslogtreecommitdiff
path: root/commands/term.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-11-05 10:19:46 +0100
committerRobin Jarry <robin@jarry.cc>2021-11-05 10:21:45 +0100
commit0d645bcebda8d764c4f21f71ded1e3627d6e8837 (patch)
tree5869c22738e34d8da223c06b5a5289f08825a8f7 /commands/term.go
parentb2e9df623f638ecda539ec69f30a31b6693df2d1 (diff)
downloadaerc-0d645bcebda8d764c4f21f71ded1e3627d6e8837.zip
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/term.go')
-rw-r--r--commands/term.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/term.go b/commands/term.go
index c28c7d0..924f71c 100644
--- a/commands/term.go
+++ b/commands/term.go
@@ -5,7 +5,7 @@ import (
"github.com/riywo/loginshell"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type Term struct{}