From 939814f341fdd5d35e81a3845a33c4fedb19d2d2 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 19 Oct 2015 01:09:37 +0200 Subject: org rename --- packfile/objects.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packfile') diff --git a/packfile/objects.go b/packfile/objects.go index 6ed0a3b..da47462 100644 --- a/packfile/objects.go +++ b/packfile/objects.go @@ -7,7 +7,7 @@ import ( "strconv" "time" - "github.com/tyba/srcd-crawler/clients/git/commons" + "github.com/src-d/crawler/clients/git/commons" ) type Object interface { -- cgit