summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-01-19 14:29:09 -0400
committerJoey Hess2015-01-19 14:29:09 -0400
commit4da4c4a70feeb9f11f9e521a45fb51d16082802a (patch)
tree8335e0348d63b1e7e1b8bc1acc1d58a2684b18e1
parenta2a97cbeb2566de37ef3d1b108894246457d4113 (diff)
use git.joeyh.name in preference to git.kitenet.net
-rw-r--r--debian/control2
-rw-r--r--src/Propellor.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 24ff39cb..a9b6c2ce 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
libghc-monadcatchio-transformers-dev,
Maintainer: Gergely Nagy <algernon@madhouse-project.org>
Standards-Version: 3.9.6
-Vcs-Git: git://git.kitenet.net/propellor
+Vcs-Git: git://git.joeyh.name/propellor
Homepage: http://propellor.branchable.com/
Package: propellor
diff --git a/src/Propellor.hs b/src/Propellor.hs
index d0e89ca5..3eddd8d7 100644
--- a/src/Propellor.hs
+++ b/src/Propellor.hs
@@ -27,7 +27,7 @@
--
-- See config.hs for a more complete example, and clone Propellor's
-- git repository for a deployable system using Propellor:
--- git clone <git://git.kitenet.net/propellor>
+-- git clone <git://git.joeyh.name/propellor>
module Propellor (
module Propellor.Types