diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | src/Propellor.hs | 2 |
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 |
