summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/FreeBSD/Poudriere.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-07 17:13:54 -0400
committerJoey Hess2016-03-07 17:13:54 -0400
commitb4e7158777e11959fbaf11633ed0aa97168621b3 (patch)
tree600d2c5ac41b81224921f251e7b4106e0e29c0a9 /src/Propellor/Property/FreeBSD/Poudriere.hs
parent3422b19067f235f864b641099599c7a543edd201 (diff)
adjust haddock headers
for some reason I asked the author to put the copyright in there, but Propellor doesn't do per-file copyrights; it's all BSD. Also, make the maintainer show up in haddock.
Diffstat (limited to 'src/Propellor/Property/FreeBSD/Poudriere.hs')
-rw-r--r--src/Propellor/Property/FreeBSD/Poudriere.hs9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/Propellor/Property/FreeBSD/Poudriere.hs b/src/Propellor/Property/FreeBSD/Poudriere.hs
index 217e6e5a..b6b9098a 100644
--- a/src/Propellor/Property/FreeBSD/Poudriere.hs
+++ b/src/Propellor/Property/FreeBSD/Poudriere.hs
@@ -1,12 +1,9 @@
--- | FreeBSD Poudriere properties
---
--- Copyright 2016 Evan Cofsky <evan@theunixman.com>
--- License: BSD 2-clause
+-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com>
+--
+-- FreeBSD Poudriere properties
{-# Language GeneralizedNewtypeDeriving #-}
--- | Maintainer: Evan Cofsky <evan@theunixman.com>
-
module Propellor.Property.FreeBSD.Poudriere where
import Propellor.Base