summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Target.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/Target.hs')
-rw-r--r--src/Propellor/Types/Target.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Target.hs b/src/Propellor/Types/Target.hs
index d84385a8..dd098c3b 100644
--- a/src/Propellor/Types/Target.hs
+++ b/src/Propellor/Types/Target.hs
@@ -56,7 +56,7 @@ mkProperty' a =
data OS
= OSDebian
- | OSBuntish -- ^ 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/>)
+ | OSBuntish -- ^ 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/>
| OSFreeBSD
deriving (Show, Eq)