diff options
Diffstat (limited to 'nexgb/xselinux')
| -rw-r--r-- | nexgb/xselinux/xselinux.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nexgb/xselinux/xselinux.go b/nexgb/xselinux/xselinux.go index c237857..7265c26 100644 --- a/nexgb/xselinux/xselinux.go +++ b/nexgb/xselinux/xselinux.go @@ -4,9 +4,9 @@ package xselinux  // This file is automatically generated from xselinux.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 SELinux extension. | 
