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