diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 03:49:01 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 03:49:01 -0400 |
| commit | e741b7b82e0b5be2809d1da7f54d8b0fcd0449e3 (patch) | |
| tree | af044560a0ab7817fe9c4c6fe7708de5d7fec7ce | |
| parent | d4aeea4c9ae2b6aa7ad5e2e0e0234ea7ce846eeb (diff) | |
description
| -rw-r--r-- | propellor.cabal | 7 |
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 |
