From c4afc9c90f9016b3ecfa96193c531c73ccbdeae4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:37:45 -0400 Subject: [PATCH] rename --- HostProp.hs => Propellor.hs | 0 hostprop.cabal => propellor.cabal | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename HostProp.hs => Propellor.hs (100%) rename hostprop.cabal => propellor.cabal (83%) diff --git a/HostProp.hs b/Propellor.hs similarity index 100% rename from HostProp.hs rename to Propellor.hs diff --git a/hostprop.cabal b/propellor.cabal similarity index 83% rename from hostprop.cabal rename to propellor.cabal index f93e4b2..ae08f50 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