summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Obnam.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-08-23 11:48:23 -0400
committerJoey Hess <joeyh@joeyh.name>2017-08-23 11:48:23 -0400
commit78cb340ea96a20c9045079fe11147d544c28b58b (patch)
tree7551e87fc8dd87c883c61c136c056e19442357af /src/Propellor/Property/Obnam.hs
parent45371cdfcc5d740f4814947614e112c201259987 (diff)
parent5ec42dd1b78c5d60d53c00d6494511c4b2adb943 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Obnam.hs')
-rw-r--r--src/Propellor/Property/Obnam.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs
index 66d3c08d..7943b46e 100644
--- a/src/Propellor/Property/Obnam.hs
+++ b/src/Propellor/Property/Obnam.hs
@@ -1,6 +1,9 @@
-- | Support for the Obnam backup tool <http://obnam.org/>
+--
+-- This module is deprecated because Obnam has been retired by its
+-- author.
-module Propellor.Property.Obnam where
+module Propellor.Property.Obnam {-# DEPRECATED "Obnam has been retired; time to transition to something else" #-} where
import Propellor.Base
import qualified Propellor.Property.Apt as Apt