From 2bcef79a1f65dc0debcaa04dc69dc7efe0a75914 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 25 Nov 2007 17:17:45 +0000 Subject: [PATCH] xmonad-contrib.cabal: better order for the documentation links --- xmonad-contrib.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 5ebfa446..601ef0da 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -11,9 +11,10 @@ description: . "XMonad.Doc.Configuring", a guide to configuring xmonad . - "XMonad.Doc.Developing", introduction to xmonad internals + "XMonad.Doc.Extending", using the contributed extensions library . - "XMonad.Doc.Extending", how to extend xmonad yourself + "XMonad.Doc.Developing", introduction to xmonad internals and writing + your own extensions. . category: System license: BSD3