From 0d645bcebda8d764c4f21f71ded1e3627d6e8837 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Fri, 5 Nov 2021 10:19:46 +0100 Subject: 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 --- commands/terminal/close.go | 2 +- commands/terminal/terminal.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/terminal') diff --git a/commands/terminal/close.go b/commands/terminal/close.go index aca0166..95ee94c 100644 --- a/commands/terminal/close.go +++ b/commands/terminal/close.go @@ -3,7 +3,7 @@ package terminal import ( "errors" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type Close struct{} diff --git a/commands/terminal/terminal.go b/commands/terminal/terminal.go index 710d796..c93f80e 100644 --- a/commands/terminal/terminal.go +++ b/commands/terminal/terminal.go @@ -1,7 +1,7 @@ package terminal import ( - "git.sr.ht/~sircmpwn/aerc/commands" + "git.sr.ht/~rjarry/aerc/commands" ) var ( -- cgit 1.4.1-2-gfad0