diff options
Diffstat (limited to 'XMonad/Util')
-rw-r--r-- | XMonad/Util/XSelection.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/XSelection.hs b/XMonad/Util/XSelection.hs index 2ca2f28..fb9c620 100644 --- a/XMonad/Util/XSelection.hs +++ b/XMonad/Util/XSelection.hs @@ -12,7 +12,7 @@ -- A module for accessing and manipulating the X Window mouse selection (used in copy and pasting). -- getSelection and putSelection are adaptations of Hxsel.hs and Hxput.hs from XMonad-utils, available: -- --- $ darcs get "http:\/\/gorgias.mine.nu\/repos\/xmonad-utils" +-- $ darcs get <http://gorgias.mine.nu/repos/xmonad-utils> ----------------------------------------------------------------------------- module XMonad.Util.XSelection ( |