diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-29 11:00:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-29 11:00:21 -0400 |
| commit | f494a7d03a0146ce53e27ac97c62c9f82343c4b1 (patch) | |
| tree | c1a7810fbeedd0157b80eb78cdfdeda5b578d8ae /src/Propellor/Property/Firewall.hs | |
| parent | fd91de2d0a0cede958745f6ffe27ac27d3da9951 (diff) | |
add Maintainer entries for contributed modules
These show up in the haddock documentation on the sidebar.
The author emails are not hyperlinked, so hopefully this is not a spam
source.
Keeping track of Maintainers of modules is becoming necessary because I
don't use all these modules and am not the best person to maintain them,
beyond simple changes to keep them building. I'll loop in the Maintainer if
there's a bug etc on their module.
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs index 6c95a022..a685a46f 100644 --- a/src/Propellor/Property/Firewall.hs +++ b/src/Propellor/Property/Firewall.hs @@ -1,7 +1,7 @@ --- |Properties for configuring firewall (iptables) rules --- --- Copyright 2014 Arnaud Bailly <arnaud.oqube@gmail.com> --- License: BSD-2-Clause +-- | Maintainer: Arnaud Bailly <arnaud.oqube@gmail.com> +-- +-- Properties for configuring firewall (iptables) rules + module Propellor.Property.Firewall ( rule, installed, |
