rename
This commit is contained in:
parent
47a0785fbc
commit
c4afc9c90f
|
@ -1,4 +1,4 @@
|
||||||
Name: hostprop
|
Name: propellor
|
||||||
Version: 0
|
Version: 0
|
||||||
Cabal-Version: >= 1.6
|
Cabal-Version: >= 1.6
|
||||||
License: GPL
|
License: GPL
|
||||||
|
@ -14,8 +14,8 @@ Synopsis: property-based host configuration management
|
||||||
Description:
|
Description:
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
Executable hostprop
|
Executable propellor
|
||||||
Main-Is: HostProp.hs
|
Main-Is: Propellor.hs
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal
|
||||||
|
@ -25,4 +25,4 @@ Executable hostprop
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://git.kitenet.net/hostprop.git
|
location: git://git.kitenet.net/propellor.git
|
Loading…
Reference in New Issue