diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-01 16:50:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-01 16:50:40 -0400 |
| commit | 4c3d63d9dd9d97ebb3d728de21f5651d17828ebf (patch) | |
| tree | 3088c4ec28cda4a77751c5fe4ac3500fb7d70052 | |
| parent | 8f8deafc0c19899c6e85fa046f3b0413015c17bc (diff) | |
Fixed https url to propellor git repository.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | propellor.cabal | 2 | ||||
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 480d8862..485cb9d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +propellor (3.4.1) unstable; urgency=medium + + * Fixed https url to propellor git repository. + + -- Joey Hess <id@joeyh.name> Wed, 01 Mar 2017 16:50:05 -0400 + propellor (3.4.0) unstable; urgency=medium * Added ConfigurableValue type class, for values that can be used in a diff --git a/propellor.cabal b/propellor.cabal index 27ed063a..9e7d8479 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.4.0 +Version: 3.4.1 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> 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 |
