diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | doc/install.mdwn | 3 | ||||
| -rw-r--r-- | src/Propellor/DotDir.hs | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f965a58c..4763281e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,12 @@ propellor (3.4.0) UNRELEASED; urgency=medium * Removed fromPort and fromIPAddr (use val instead). (API change) * Removed several Show instances that were only used for generating configuration, replacing with ConfigurableValue instances. (API change) + * 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. -- Joey Hess <id@joeyh.name> Sun, 26 Feb 2017 15:15:33 -0400 diff --git a/doc/install.mdwn b/doc/install.mdwn index f64519a7..8db966f1 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,4 +1,3 @@ `git clone git://propellor.branchable.com/propellor` -Or get it [from github](https://github.com/joeyh/propellor). -Propellor is recently available in Debian. +Propellor is also available in Debian. 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 |
