diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-05-17 14:51:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-05-17 14:51:07 -0400 |
| commit | a3719892565791715738cbf5acb6769d450fc6d5 (patch) | |
| tree | 8d0eb903960c616da459ed50903bb1717591599f /src | |
| parent | f1f1a08cfffcfab7b2bf40a1d19b9c5062884194 (diff) | |
add descriptions
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Attic.hs | 2 | ||||
| -rw-r--r-- | src/Propellor/Property/Borg.hs | 2 | ||||
| -rw-r--r-- | src/Propellor/Property/Obnam.hs | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/Propellor/Property/Attic.hs b/src/Propellor/Property/Attic.hs index 26f23500..4415f8c0 100644 --- a/src/Propellor/Property/Attic.hs +++ b/src/Propellor/Property/Attic.hs @@ -1,4 +1,6 @@ -- | Maintainer: Félix Sipma <felix+propellor@gueux.org> +-- +-- Support for the Attic backup tool <https://attic-backup.org/> module Propellor.Property.Attic ( installed diff --git a/src/Propellor/Property/Borg.hs b/src/Propellor/Property/Borg.hs index e9abf2aa..f5842115 100644 --- a/src/Propellor/Property/Borg.hs +++ b/src/Propellor/Property/Borg.hs @@ -1,4 +1,6 @@ -- | Maintainer: Félix Sipma <felix+propellor@gueux.org> +-- +-- Support for the Borg backup tool <https://github.com/borgbackup> module Propellor.Property.Borg ( installed diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs index 6d6f4a7f..5bf3ff06 100644 --- a/src/Propellor/Property/Obnam.hs +++ b/src/Propellor/Property/Obnam.hs @@ -1,3 +1,5 @@ +-- | Support for the Obnam backup tool <http://obnam.org/> + module Propellor.Property.Obnam where import Propellor.Base |
