diff options
| author | jEzEk <[email protected]> | 2017-12-10 18:02:04 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2017-12-10 18:02:04 +0100 |
| commit | e7ad12b3260efa08a4a1652913d5d551fdc1b95d (patch) | |
| tree | 1f6234ef57c41d330f2e51bbe4d573be1d0db7c1 /xselinux/xselinux.go | |
| parent | 27f122750802c950b2c869a5b63dafcf590ced95 (diff) | |
BurntSushi/xgb -> jezek/xgb
Diffstat (limited to 'xselinux/xselinux.go')
| -rw-r--r-- | xselinux/xselinux.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xselinux/xselinux.go b/xselinux/xselinux.go index 1afcc10..68d55ea 100644 --- a/xselinux/xselinux.go +++ b/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" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the SELinux extension. |
