From e849864bc202a3fe9dbd3843fed6787b07203ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sat, 28 Jul 2018 18:55:39 +0200 Subject: [PATCH] Added delugeClient to gitmodules. --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index eee1ca7..409539f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,8 @@ path = torrent_search url = https://github.com/KevinMidboe/torrent_search.git branch = master + +[submodule "delugeClient"] + path = delugeClient + url = git@github.com:KevinMidboe/delugeClient.git + branch = master