rename http special remote to httpalso

"http" was too generic and easy to confuse with web. The new name makes
clear it's used in addition to some other remote. And other protocols
can use the same naming scheme.
This commit is contained in:
Joey Hess 2020-09-02 10:41:27 -04:00
parent a47787934a
commit 8656afd3e1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
10 changed files with 33 additions and 32 deletions

View file

@ -41,7 +41,7 @@ import qualified Remote.Tahoe
import qualified Remote.Glacier
import qualified Remote.Ddar
import qualified Remote.GitLFS
import qualified Remote.Http
import qualified Remote.HttpAlso
import qualified Remote.Hook
import qualified Remote.External
@ -66,7 +66,7 @@ remoteTypes = map adjustExportImportRemoteType
, Remote.Glacier.remote
, Remote.Ddar.remote
, Remote.GitLFS.remote
, Remote.Http.remote
, Remote.HttpAlso.remote
, Remote.Hook.remote
, Remote.External.remote
]