diff options
Diffstat (limited to 'Remote/BitTorrent.hs')
-rw-r--r-- | Remote/BitTorrent.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Remote/BitTorrent.hs b/Remote/BitTorrent.hs index 1f616f658..1e90717f5 100644 --- a/Remote/BitTorrent.hs +++ b/Remote/BitTorrent.hs @@ -23,15 +23,12 @@ import Utility.Metered import Utility.Tmp import Backend.URL import Annex.Perms +import Annex.UUID import qualified Annex.Url as Url import qualified Data.Map as M import Network.URI --- Dummy uuid for bittorrent. Do not alter. -bitTorrentUUID :: UUID -bitTorrentUUID = UUID "00000000-0000-0000-0000-000000000002" - remote :: RemoteType remote = RemoteType { typename = "bittorrent", |