summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Propellor.hs (renamed from HostProp.hs)0
-rw-r--r--propellor.cabal (renamed from hostprop.cabal)8
2 files changed, 4 insertions, 4 deletions
diff --git a/HostProp.hs b/Propellor.hs
index 1bc1373a..1bc1373a 100644
--- a/HostProp.hs
+++ b/Propellor.hs
diff --git a/hostprop.cabal b/propellor.cabal
index f93e4b25..ae08f50d 100644
--- a/hostprop.cabal
+++ b/propellor.cabal
@@ -1,4 +1,4 @@
-Name: hostprop
+Name: propellor
Version: 0
Cabal-Version: >= 1.6
License: GPL
@@ -14,8 +14,8 @@ Synopsis: property-based host configuration management
Description:
TODO
-Executable hostprop
- Main-Is: HostProp.hs
+Executable propellor
+ Main-Is: Propellor.hs
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal
@@ -25,4 +25,4 @@ Executable hostprop
source-repository head
type: git
- location: git://git.kitenet.net/hostprop.git
+ location: git://git.kitenet.net/propellor.git