diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-24 01:49:00 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-10-24 01:49:00 +0200 |
commit | 5ca56b4e319b281142b1fe46323f609c0b355f49 (patch) | |
tree | 520d11dab61e2dc412af398ee51c03d093fc1d73 /STYLE | |
parent | b935532308674d56af24721c360674855ed2aa52 (diff) | |
download | xmonad-5ca56b4e319b281142b1fe46323f609c0b355f49.tar.gz xmonad-5ca56b4e319b281142b1fe46323f609c0b355f49.tar.xz xmonad-5ca56b4e319b281142b1fe46323f609c0b355f49.zip |
xmonad, not XMonad
darcs-hash:20071023234900-a5988-74baef3cd2cd1a20bf66da6fc6d52d2e897df95b.gz
Diffstat (limited to '')
-rw-r--r-- | STYLE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ == Coding guidelines for contributing to -== XMonad and the XMonad contributed extensions +== xmonad and the xmonad contributed extensions * Comment every top level function (particularly exported funtions), and provide a type signature; use Haddock syntax in the comments. @@ -18,4 +18,4 @@ precisely defining its behaviour. * New modules should identify the author, and be submitted under - the same license as XMonad (BSD3 license or freer). + the same license as xmonad (BSD3 license or freer). |