diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2017-10-17 08:12:30 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2017-10-17 08:12:30 +0200 |
commit | 61b52fd69f2750ad55a2740cae17f8b629c7da69 (patch) | |
tree | 4bcee3211c03085775e4ff8a8b58c3a7a2a11639 /cache | |
parent | 0f978156feabf45a548af6834a66f89d4e3d964c (diff) | |
download | petrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.tar.gz petrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.tar.bz2 petrific-61b52fd69f2750ad55a2740cae17f8b629c7da69.zip |
Host primarily on code.laria.me
GitHub is nice and all, but let's take advantage of having a
decentralized VCS by not storing everything only on GitHub :)
Diffstat (limited to 'cache')
-rw-r--r-- | cache/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/cache.go b/cache/cache.go index 7374bde..32b8325 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -1,7 +1,7 @@ package cache import ( - "github.com/silvasur/petrific/objects" + "code.laria.me/petrific/objects" "time" ) |