From 872b0a90e97f24520d92dae34050b044fdccf7d1 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Tue, 16 Feb 2016 16:17:10 -0600 Subject: [PATCH] Switch vendor path to github --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index a849a08..ce0a796 100644 --- a/config.go +++ b/config.go @@ -6,7 +6,7 @@ import ( "os" "strings" - "gogs.bullercodeworks.com/brian/user-config/ext/go-xdg" + "github.com/br0xen/user-config/ext/go-xdg" ) // Config is a stuct for managing the config