summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2019-07-16 11:20:48 -0400
committerJoey Hess2019-07-16 11:22:38 -0400
commit381ac4890cfced84edb9e115e1e53387f6fb8392 (patch)
tree04e08aacf4291e49a0d48352814a215812a203d4 /src/Propellor/Types
parentcd4cd311903a41bea565311efe56aebb7ba20c34 (diff)
update from Stable "stretch" to Stable "buster" in some examples
Diffstat (limited to 'src/Propellor/Types')
-rw-r--r--src/Propellor/Types/OS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs
index 34ea4272..7c87b555 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -59,7 +59,7 @@ data DebianKernel = Linux | KFreeBSD | Hurd
deriving (Show, Eq)
-- | Debian has several rolling suites, and a number of stable releases,
--- such as Stable "stretch".
+-- such as Stable "buster".
data DebianSuite = Experimental | Unstable | Testing | Stable Release
deriving (Show, Eq)