summary refs log tree commit diff stats
path: root/commands/commands.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
commit98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch)
treedcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/commands.go
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
downloadaerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz
s/aerc2/aerc/g
Diffstat (limited to 'commands/commands.go')
-rw-r--r--commands/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go
index a2589f8..04462d2 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -5,7 +5,7 @@ import (
 
 	"github.com/google/shlex"
 
-	"git.sr.ht/~sircmpwn/aerc2/widgets"
+	"git.sr.ht/~sircmpwn/aerc/widgets"
 )
 
 type AercCommand func(aerc *widgets.Aerc, args []string) error
02 20:29:35 +0100 committer James Booth <boothj5@gmail.com> 2015-06-02 20:29:35 +0100 Merge remote-tracking branch 'PMaynard/#551'' href='/danisanti/profani-tty/commit/theme_template?id=f0f3a739f4f6963d9ed3300f4b9ef8116ec39ba3'>f0f3a739 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76