mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Fix a couple of links (darcs -> git)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Change Log / Release Notes
|
||||
|
||||
## 0.12
|
||||
## 0.12 (?)
|
||||
|
||||
* Compiles with GHC 7.10.2
|
||||
|
||||
|
@@ -80,7 +80,7 @@ XMonadContrib is available at:
|
||||
|
||||
* 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
|
||||
|
||||
|
@@ -25,7 +25,7 @@ extra-source-files: README.md CHANGES.md TODO CONFIG STYLE
|
||||
util/GenerateManpage.hs
|
||||
util/hpcReport.sh
|
||||
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
|
||||
|
||||
tested-with:
|
||||
@@ -36,8 +36,8 @@ tested-with:
|
||||
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
|
||||
|
||||
source-repository head
|
||||
type: darcs
|
||||
location: http://code.haskell.org/xmonad
|
||||
type: git
|
||||
location: https://github.com/xmonad/xmonad
|
||||
|
||||
flag testing
|
||||
description: Testing mode, only build minimal components
|
||||
|
Reference in New Issue
Block a user