aboutsummaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
Diffstat (limited to 'archive')
-rw-r--r--archive/archive.go6
-rw-r--r--archive/paged.go6
2 files changed, 6 insertions, 6 deletions
diff --git a/archive/archive.go b/archive/archive.go
index ce1b45e..0a6e3c9 100644
--- a/archive/archive.go
+++ b/archive/archive.go
@@ -1,9 +1,9 @@
package archive
import (
- "snkt/config"
- "snkt/post"
- "snkt/render"
+ "adammathes.com/snkt/config"
+ "adammathes.com/snkt/post"
+ "adammathes.com/snkt/render"
"path"
)
diff --git a/archive/paged.go b/archive/paged.go
index 217e6b3..d308d3d 100644
--- a/archive/paged.go
+++ b/archive/paged.go
@@ -1,9 +1,9 @@
package archive
import (
- "snkt/config"
- "snkt/post"
- "snkt/render"
+ "adammathes.com/snkt/config"
+ "adammathes.com/snkt/post"
+ "adammathes.com/snkt/render"
"fmt"
"math"
"path"