diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | 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: | |||
4 | email: false | 4 | email: false |
5 | 5 | ||
6 | install: | 6 | install: |
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 .. |
@@ -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. | |||
8 | category: Network, Data | 8 | category: Network, Data |
9 | build-type: Simple | 9 | build-type: Simple |
10 | cabal-version: >= 1.8 | 10 | cabal-version: >= 1.8 |
11 | homepage: https://github.com/fmap/network-bittorrent | 11 | homepage: https://github.com/pxqr/network-bittorrent |
12 | bug-reports: https://github.com/fmap/network-bittorrent/issues | 12 | bug-reports: https://github.com/pxqr/network-bittorrent/issues |
13 | synopsis: Bittorrent protocol implementation. | 13 | synopsis: Bittorrent protocol implementation. |
14 | description: | 14 | description: |
15 | Straightforward and incomplete implementation of bittorrent protocol. | 15 | Straightforward and incomplete implementation of bittorrent protocol. |
@@ -17,7 +17,7 @@ description: | |||
17 | 17 | ||
18 | source-repository head | 18 | source-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 | ||
23 | library | 23 | library |