mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
Fix a couple of links (darcs -> git)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Change Log / Release Notes
|
# Change Log / Release Notes
|
||||||
|
|
||||||
## 0.12
|
## 0.12 (?)
|
||||||
|
|
||||||
* Compiles with GHC 7.10.2
|
* Compiles with GHC 7.10.2
|
||||||
|
|
||||||
|
@@ -80,7 +80,7 @@ XMonadContrib is available at:
|
|||||||
|
|
||||||
* Latest release: <http://hackage.haskell.org/package/xmonad-contrib>
|
* Latest release: <http://hackage.haskell.org/package/xmonad-contrib>
|
||||||
|
|
||||||
* Git version: <https://github.com/xmonad/xmonad-contrib>
|
* Git version: <https://github.com/xmonad/xmonad>
|
||||||
|
|
||||||
## Other Useful Programs
|
## Other Useful Programs
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ extra-source-files: README.md CHANGES.md TODO CONFIG STYLE
|
|||||||
util/GenerateManpage.hs
|
util/GenerateManpage.hs
|
||||||
util/hpcReport.sh
|
util/hpcReport.sh
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
bug-reports: http://code.google.com/p/xmonad/issues/list
|
bug-reports: https://github.com/xmonad/xmonad/issues
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
tested-with:
|
tested-with:
|
||||||
@@ -36,8 +36,8 @@ tested-with:
|
|||||||
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
|
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: darcs
|
type: git
|
||||||
location: http://code.haskell.org/xmonad
|
location: https://github.com/xmonad/xmonad
|
||||||
|
|
||||||
flag testing
|
flag testing
|
||||||
description: Testing mode, only build minimal components
|
description: Testing mode, only build minimal components
|
||||||
|
Reference in New Issue
Block a user