Update URLs
This commit is contained in:
parent
d4e83187d9
commit
db1abce800
2 changed files with 12 additions and 12 deletions
|
@ -7,16 +7,16 @@ matching, and manipulating files.
|
||||||
# Get involved!
|
# Get involved!
|
||||||
|
|
||||||
Please report bugs via the
|
Please report bugs via the
|
||||||
[bitbucket issue tracker](http://bitbucket.org/bos/attoparsec/filemanip).
|
[github issue tracker](https://github.com/bos/filemanip/issues).
|
||||||
|
|
||||||
Master [Mercurial repository](http://bitbucket.org/bos/filemanip):
|
Master [git repository](http://github.com/bos/filemanip):
|
||||||
|
|
||||||
* `hg clone http://bitbucket.org/bos/filemanip`
|
|
||||||
|
|
||||||
There's also a [git mirror](http://github.com/bos/filemanip):
|
|
||||||
|
|
||||||
* `git clone git://github.com/bos/filemanip.git`
|
* `git clone git://github.com/bos/filemanip.git`
|
||||||
|
|
||||||
|
There's also a [Mercurial mirror](http://bitbucket.org/bos/filemanip):
|
||||||
|
|
||||||
|
* `hg clone https://bitbucket.org/bos/filemanip`
|
||||||
|
|
||||||
(You can create and contribute changes using either Mercurial or git.)
|
(You can create and contribute changes using either Mercurial or git.)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ License: BSD3
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||||
Maintainer: Bryan O'Sullivan
|
Maintainer: Bryan O'Sullivan
|
||||||
Homepage: http://bitbucket.org/bos/filemanip
|
Homepage: https://github.com/bos/filemanip
|
||||||
Bug-reports: http://bitbucket.org/bos/filemanip/issues
|
Bug-reports: https://github.com/bos/filemanip/issues
|
||||||
Synopsis: Expressive file and directory manipulation for Haskell.
|
Synopsis: Expressive file and directory manipulation for Haskell.
|
||||||
Category: System
|
Category: System
|
||||||
Description: A Haskell library for working with files and directories.
|
Description: A Haskell library for working with files and directories.
|
||||||
|
@ -32,9 +32,9 @@ Library
|
||||||
System.FilePath.Manip
|
System.FilePath.Manip
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: mercurial
|
type: git
|
||||||
location: http://bitbucket.org/bos/filemanip
|
location: git://github.com/bos/filemanip.git
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: mercurial
|
||||||
location: http://github.com/bos/filemanip
|
location: https://bitbucket.org/bos/filemanip
|
||||||
|
|
Loading…
Add table
Reference in a new issue