summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-18 23:56:07 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-18 23:56:07 +0400
commit3cf6227b5dc007e0ed23f108168f2e6604f10ba3 (patch)
tree6f1b33de386b9c2e0a88b1ef8d5907da64ad89e9
parent85d7938c99a0a919fc55646486d411a70441cf19 (diff)
~ Update urls.
-rw-r--r--.travis.yml2
-rw-r--r--README.md4
-rw-r--r--network-bittorrent.cabal6
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:
4 email: false 4 email: false
5 5
6install: 6install:
7 - git clone https://github.com/fmap/bencoding.git 7 - git clone https://github.com/pxqr/bencoding.git
8 - cd bencoding 8 - cd bencoding
9 - cabal install --force-reinstalls 9 - cabal install --force-reinstalls
10 - cd .. 10 - 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:
15 15
16[![Build Status][1]][2] 16[![Build Status][1]][2]
17 17
18[1]: https://travis-ci.org/fmap/network-bittorrent.png 18[1]: https://travis-ci.org/pxqr/network-bittorrent.png
19[2]: https://travis-ci.org/fmap/network-bittorrent 19[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.
8category: Network, Data 8category: Network, Data
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.8 10cabal-version: >= 1.8
11homepage: https://github.com/fmap/network-bittorrent 11homepage: https://github.com/pxqr/network-bittorrent
12bug-reports: https://github.com/fmap/network-bittorrent/issues 12bug-reports: https://github.com/pxqr/network-bittorrent/issues
13synopsis: Bittorrent protocol implementation. 13synopsis: Bittorrent protocol implementation.
14description: 14description:
15 Straightforward and incomplete implementation of bittorrent protocol. 15 Straightforward and incomplete implementation of bittorrent protocol.
@@ -17,7 +17,7 @@ description:
17 17
18source-repository head 18source-repository head
19 type: git 19 type: git
20 location: https://github.com/fmap/network-bittorrent.git 20 location: https://github.com/pxqr/network-bittorrent.git
21 21
22 22
23library 23library