diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-01 16:20:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-01 16:21:55 -0400 |
| commit | 1b356d9b3c278fe45a60fb297cb50768f2463b0b (patch) | |
| tree | af2379a7af1207604845152d11d8c34744df0f25 /src/Propellor/DotDir.hs | |
| parent | 45f0bd252c8b86adee862ae70928a329f5ab6eb9 (diff) | |
github mirror of propellor is gone
* The github mirror of propellor's git repository has been removed,
since github's terms of service has started imposing unwanted licensing
requirements.
* propellor --init: The option to clone propellor's git repository
used to use the github mirror, and has been changed to use a different
mirror.
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index 417abcfa..f5c20d36 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -47,10 +47,10 @@ disthead = distdir </> "head" upstreambranch :: String upstreambranch = "upstream/master" --- Using the github mirror of the main propellor repo because +-- Using the joeyh.name mirror of the main propellor repo because -- it is accessible over https for better security. netrepo :: String -netrepo = "https://github.com/joeyh/propellor.git" +netrepo = "https://git.joeyh.name/propellor.git" dotPropellor :: IO FilePath dotPropellor = do |
