From e741b7b82e0b5be2809d1da7f54d8b0fcd0449e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 03:49:01 -0400 Subject: [PATCH] description --- propellor.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/propellor.cabal b/propellor.cabal index ae08f50..0a4517f 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