summaryrefslogtreecommitdiffstats
path: root/database/postgres/comments.go
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgres/comments.go')
-rw-r--r--database/postgres/comments.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/postgres/comments.go b/database/postgres/comments.go
index 3a31c8e..b4feec0 100644
--- a/database/postgres/comments.go
+++ b/database/postgres/comments.go
@@ -1,8 +1,8 @@
package postgres
import (
- "github.com/ewhal/nyaa/common"
- "github.com/ewhal/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/common"
+ "github.com/NyaaPantsu/nyaa/model"
)
func (db *Database) InsertComment(comment *model.Comment) (err error) {