diff options
Diffstat (limited to 'XMonad/Prompt')
-rw-r--r-- | XMonad/Prompt/AppendFile.hs | 2 | ||||
-rw-r--r-- | XMonad/Prompt/Email.hs | 2 | ||||
-rw-r--r-- | XMonad/Prompt/Input.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Prompt/AppendFile.hs b/XMonad/Prompt/AppendFile.hs index 9493d15..e5ffb5d 100644 --- a/XMonad/Prompt/AppendFile.hs +++ b/XMonad/Prompt/AppendFile.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for appending a single line of text to a file. Useful for diff --git a/XMonad/Prompt/Email.hs b/XMonad/Prompt/Email.hs index 7468c9f..f635b34 100644 --- a/XMonad/Prompt/Email.hs +++ b/XMonad/Prompt/Email.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for sending quick, one-line emails, via the standard GNU diff --git a/XMonad/Prompt/Input.hs b/XMonad/Prompt/Input.hs index 27a0a56..e2d76a8 100644 --- a/XMonad/Prompt/Input.hs +++ b/XMonad/Prompt/Input.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : <byorgey@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A generic framework for prompting the user for input and passing it |