From db1abce8006de842668768220f8e3f7d35875d02 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Sun, 13 Nov 2011 19:24:59 -0800 Subject: [PATCH] Update URLs --- README.markdown | 12 ++++++------ filemanip.cabal | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.markdown b/README.markdown index f0e49fd..62ea015 100644 --- a/README.markdown +++ b/README.markdown @@ -7,16 +7,16 @@ matching, and manipulating files. # Get involved! 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): - -* `hg clone http://bitbucket.org/bos/filemanip` - -There's also a [git mirror](http://github.com/bos/filemanip): +Master [git repository](http://github.com/bos/filemanip): * `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.) diff --git a/filemanip.cabal b/filemanip.cabal index f2aa94f..146b332 100644 --- a/filemanip.cabal +++ b/filemanip.cabal @@ -4,8 +4,8 @@ License: BSD3 License-File: LICENSE Author: Bryan O'Sullivan Maintainer: Bryan O'Sullivan -Homepage: http://bitbucket.org/bos/filemanip -Bug-reports: http://bitbucket.org/bos/filemanip/issues +Homepage: https://github.com/bos/filemanip +Bug-reports: https://github.com/bos/filemanip/issues Synopsis: Expressive file and directory manipulation for Haskell. Category: System Description: A Haskell library for working with files and directories. @@ -32,9 +32,9 @@ Library System.FilePath.Manip source-repository head - type: mercurial - location: http://bitbucket.org/bos/filemanip + type: git + location: git://github.com/bos/filemanip.git source-repository head - type: git - location: http://github.com/bos/filemanip + type: mercurial + location: https://bitbucket.org/bos/filemanip