From 437d19f0b416c08661030151a13d5e170ac28276 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 17 Feb 2016 12:04:32 -0600 Subject: [PATCH] Switch to github import --- 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