From b9a093c988d7643699cca20e0e104dc4ecc08180 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Apr 2015 09:41:40 -0400 Subject: jessie is almost ready to be the new debian stable, update a few examples no behavior changes --- src/Propellor/Types/OS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs index 8b3cd0fd..2bb41446 100644 --- a/src/Propellor/Types/OS.hs +++ b/src/Propellor/Types/OS.hs @@ -25,7 +25,7 @@ data Distribution deriving (Show, Eq) -- | Debian has several rolling suites, and a number of stable releases, --- such as Stable "wheezy". +-- such as Stable "jessie". data DebianSuite = Experimental | Unstable | Testing | Stable Release deriving (Show, Eq) -- cgit v1.3-2-g0d8e