diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-23 11:48:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-23 11:48:23 -0400 |
| commit | 78cb340ea96a20c9045079fe11147d544c28b58b (patch) | |
| tree | 7551e87fc8dd87c883c61c136c056e19442357af /src/Propellor/Property/Attic.hs | |
| parent | 45371cdfcc5d740f4814947614e112c201259987 (diff) | |
| parent | 5ec42dd1b78c5d60d53c00d6494511c4b2adb943 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Attic.hs')
| -rw-r--r-- | src/Propellor/Property/Attic.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Propellor/Property/Attic.hs b/src/Propellor/Property/Attic.hs index 3059a04b..9e024356 100644 --- a/src/Propellor/Property/Attic.hs +++ b/src/Propellor/Property/Attic.hs @@ -1,8 +1,12 @@ -- | Maintainer: Félix Sipma <felix+propellor@gueux.org> -- -- Support for the Attic backup tool <https://attic-backup.org/> +-- +-- This module is deprecated because Attic is not available in debian +-- stable any longer (so the installed property no longer works), and it +-- appears to have been mostly supersceded by Borg. -module Propellor.Property.Attic +module Propellor.Property.Attic {-# DEPRECATED "Use Borg instead" #-} ( installed , repoExists , init |
