diff options
Diffstat (limited to 'xcmisc/xcmisc.go')
| -rw-r--r-- | xcmisc/xcmisc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcmisc/xcmisc.go b/xcmisc/xcmisc.go index 1778057..93dd20f 100644 --- a/xcmisc/xcmisc.go +++ b/xcmisc/xcmisc.go @@ -4,9 +4,9 @@ package xcmisc // This file is automatically generated from xc_misc.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the XC-MISC extension. |
