summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 03:49:01 -0400
committerJoey Hess2014-03-30 03:49:01 -0400
commite741b7b82e0b5be2809d1da7f54d8b0fcd0449e3 (patch)
treeaf044560a0ab7817fe9c4c6fe7708de5d7fec7ce /propellor.cabal
parentd4aeea4c9ae2b6aa7ad5e2e0e0234ea7ce846eeb (diff)
description
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index ae08f50d..0a4517fe 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -8,11 +8,12 @@ Stability: Stable
Copyright: 2014 Joey Hess
License-File: GPL
Build-Type: Simple
-Homepage:
+Homepage: http://git.kitenet.net/?p=propellor.git;a=summary
Category: Utility
-Synopsis: property-based host configuration management
+Synopsis: property-based host configuration management in haskell
Description:
- TODO
+ Propellor enures that the system it's run in satisfies a list of
+ properties, taking action as necessary when a property is not yet met.
Executable propellor
Main-Is: Propellor.hs