aboutsummaryrefslogtreecommitdiff
path: root/nexgb/ge
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-09-08 19:57:27 +0200
committerPřemysl Janouch <p@janouch.name>2018-09-21 08:37:59 +0200
commit7aa2601e66155f841fe39ebaa83323969d7849bc (patch)
tree38d46724d8073c72008756032432c422b7561969 /nexgb/ge
parent48fb710f357a363cce043a9f546e8a4aff196786 (diff)
downloadhaven-7aa2601e66155f841fe39ebaa83323969d7849bc.tar.gz
haven-7aa2601e66155f841fe39ebaa83323969d7849bc.tar.xz
haven-7aa2601e66155f841fe39ebaa83323969d7849bc.zip
nexgb: rewrite import paths
Diffstat (limited to 'nexgb/ge')
-rw-r--r--nexgb/ge/ge.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/ge/ge.go b/nexgb/ge/ge.go
index f7e1ce4..b2bffdd 100644
--- a/nexgb/ge/ge.go
+++ b/nexgb/ge/ge.go
@@ -4,9 +4,9 @@ package ge
// This file is automatically generated from ge.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
- "github.com/BurntSushi/xgb/xproto"
+ "janouch.name/haven/nexgb/xproto"
)
// Init must be called before using the Generic Event Extension extension.