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/pwd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/pwd.go') diff --git a/commands/pwd.go b/commands/pwd.go index d3f0e0c..624258c 100644 --- a/commands/pwd.go +++ b/commands/pwd.go @@ -5,7 +5,7 @@ import ( "os" "time" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type PrintWorkDir struct{} -- cgit 1.4.1-2-gfad0 8ce8a3f3aa8184c5c3e6860008596dff'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
blob: d885385e250653c59b3c2939af71c40cfe6aca5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11