use HTTPS for gitlist

This commit is contained in:
Filip Gralinski 2017-09-23 10:33:39 +02:00
parent 20b305dd29
commit 2729ccd68f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ gitPath :: FilePath
gitPath = "/usr/bin/git" gitPath = "/usr/bin/git"
browsableGitSite :: Text browsableGitSite :: Text
browsableGitSite = "http://gonito.net/gitlist/" browsableGitSite = "https://gonito.net/gitlist/"
serverAddress :: Text serverAddress :: Text
serverAddress = "gonito.net" serverAddress = "gonito.net"