lib/fs, vendor: s/zillode/Zillode/

This commit is contained in:
Jakob Borg
2018-02-21 07:57:43 +01:00
parent 5b17aae1b2
commit c9ec6159e8
40 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ import (
"errors"
"path/filepath"
"github.com/zillode/notify"
"github.com/Zillode/notify"
)
// Notify does not block on sending to channel, so the channel must be buffered.