From fe8e18058bfdc64ae00d89106b2c1ab9c5b29ab7 Mon Sep 17 00:00:00 2001 From: Urban Guacamole Date: Fri, 3 Dec 2021 12:32:06 +0100 Subject: [PATCH] Rename seedleech-daemon to seedleech --- .gitignore | 2 +- {seedleech-daemon => seedleech}/config.go | 0 {seedleech-daemon => seedleech}/config.toml | 0 seedleech-daemon/seedleech-daemon.go => seedleech/seedleech.go | 0 {seedleech-daemon => seedleech}/seedleech.service | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {seedleech-daemon => seedleech}/config.go (100%) rename {seedleech-daemon => seedleech}/config.toml (100%) rename seedleech-daemon/seedleech-daemon.go => seedleech/seedleech.go (100%) rename {seedleech-daemon => seedleech}/seedleech.service (100%) 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