diff --git a/.gitignore b/.gitignore index e5c82c9..17d18e5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ why.html generate-top-torrents import-magnetico-db/import-magnetico-db crawl-rss/crawl-rss -seedleech-daemon/seedleech-daemon +seedleech/seedleech spider/spider .vscode/ api/api diff --git a/seedleech-daemon/config.go b/seedleech/config.go similarity index 100% rename from seedleech-daemon/config.go rename to seedleech/config.go diff --git a/seedleech-daemon/config.toml b/seedleech/config.toml similarity index 100% rename from seedleech-daemon/config.toml rename to seedleech/config.toml diff --git a/seedleech-daemon/seedleech-daemon.go b/seedleech/seedleech.go similarity index 100% rename from seedleech-daemon/seedleech-daemon.go rename to seedleech/seedleech.go diff --git a/seedleech-daemon/seedleech.service b/seedleech/seedleech.service similarity index 100% rename from seedleech-daemon/seedleech.service rename to seedleech/seedleech.service