From 3cf6227b5dc007e0ed23f108168f2e6604f10ba3 Mon Sep 17 00:00:00 2001 From: Sam T Date: Thu, 18 Apr 2013 23:56:07 +0400 Subject: ~ Update urls. --- .travis.yml | 2 +- README.md | 4 ++-- network-bittorrent.cabal | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 942ba28c..afdb1238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ notifications: email: false install: - - git clone https://github.com/fmap/bencoding.git + - git clone https://github.com/pxqr/bencoding.git - cd bencoding - cabal install --force-reinstalls - cd .. diff --git a/README.md b/README.md index 8f11cd47..1eb27cc1 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ The module hierarhy is tend to be: [![Build Status][1]][2] -[1]: https://travis-ci.org/fmap/network-bittorrent.png -[2]: https://travis-ci.org/fmap/network-bittorrent +[1]: https://travis-ci.org/pxqr/network-bittorrent.png +[2]: https://travis-ci.org/pxqr/network-bittorrent diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index af1b85c3..d55b5b50 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal @@ -8,8 +8,8 @@ copyright: (c) 2013, Sam T. category: Network, Data build-type: Simple cabal-version: >= 1.8 -homepage: https://github.com/fmap/network-bittorrent -bug-reports: https://github.com/fmap/network-bittorrent/issues +homepage: https://github.com/pxqr/network-bittorrent +bug-reports: https://github.com/pxqr/network-bittorrent/issues synopsis: Bittorrent protocol implementation. description: Straightforward and incomplete implementation of bittorrent protocol. @@ -17,7 +17,7 @@ description: source-repository head type: git - location: https://github.com/fmap/network-bittorrent.git + location: https://github.com/pxqr/network-bittorrent.git library -- cgit v1.2.3