From e7ad12b3260efa08a4a1652913d5d551fdc1b95d Mon Sep 17 00:00:00 2001 From: jEzEk Date: Sun, 10 Dec 2017 18:02:04 +0100 Subject: BurntSushi/xgb -> jezek/xgb --- xv/xv.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xv') diff --git a/xv/xv.go b/xv/xv.go index f0d3f3a..e4e36e9 100644 --- a/xv/xv.go +++ b/xv/xv.go @@ -4,10 +4,10 @@ package xv // This file is automatically generated from xv.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/shm" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/shm" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the XVideo extension. -- cgit v1.2.3