summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/OS.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-26 10:55:21 -0400
committerJoey Hess2016-02-26 10:55:21 -0400
commit071921d11056527fc307e243b603bfc83d49555e (patch)
tree1fb5c8f7aeb4a1babbd13ca0622333fa5e8d5433 /src/Propellor/Types/OS.hs
parentc716d1a0d4b18737b133ba9cc23c97388f72f5c0 (diff)
parent0cba8dec39447f030c0f765d1d84a1c2466b9bfc (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Types/OS.hs')
-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 6c2dd28e..c302d11d 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -24,7 +24,7 @@ data System = System Distribution Architecture
data Distribution
= Debian DebianSuite
- | FooBuntu Release -- ^ "*buntu" (The actual name of this distribution is not used in Propellor per <http://joeyh.name/blog/entry/trademark_nonsense/>)
+ | Buntish Release -- ^ A well-known Debian derivative founded by a space tourist. The actual name of this distribution is not used in Propellor per <http://joeyh.name/blog/entry/trademark_nonsense/>)
deriving (Show, Eq)
-- | Debian has several rolling suites, and a number of stable releases,