diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/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/debian/changelog b/debian/changelog
--- 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
--- 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
--- a/src/Propellor/DotDir.hs
+++ b/src/Propellor/DotDir.hs
@@ -50,7 +50,7 @@
 -- 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
