diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
| commit | 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (patch) | |
| tree | 72a938d57389fce3547aeb86fcbbcd3975bb80a9 /importers | |
| parent | e743a9a425ee3197649aa2c4996b8566bf75896d (diff) | |
Fix import paths
Diffstat (limited to 'importers')
| -rw-r--r-- | importers/vimeo_importer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importers/vimeo_importer.go b/importers/vimeo_importer.go index ad21bcc..0efec7f 100644 --- a/importers/vimeo_importer.go +++ b/importers/vimeo_importer.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/prologic/vimeodl" + "git.mills.io/prologic/vimeodl" ) type VimeoImporter struct{} |
