summaryrefslogtreecommitdiff
path: root/database.go
diff options
context:
space:
mode:
Diffstat (limited to 'database.go')
-rw-r--r--database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go
index 044fa08..7d56018 100644
--- a/database.go
+++ b/database.go
@@ -69,7 +69,7 @@ CREATE TABLE IF NOT EXISTS entry (
INSERT IGNORE INTO platform (id, name, url) VALUES (
NULL,
"Github",
- "https://github.com/trending"
+ "https://github.com/"
);
`
_, err = app.DB.Exec(init_platform_query)