From 4c3d63d9dd9d97ebb3d728de21f5651d17828ebf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Mar 2017 16:50:40 -0400 Subject: Fixed https url to propellor git repository. --- src/Propellor/DotDir.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index f5c20d36..ffde705c 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -50,7 +50,7 @@ upstreambranch = "upstream/master" -- Using the joeyh.name mirror of the main propellor repo because -- it is accessible over https for better security. netrepo :: String -netrepo = "https://git.joeyh.name/propellor.git" +netrepo = "https://git.joeyh.name/git/propellor.git" dotPropellor :: IO FilePath dotPropellor = do -- cgit v1.2.3