diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | bittorrent.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -22,8 +22,8 @@ For documentation see haddock generated documentation. | |||
22 | 22 | ||
23 | [![Build Status][1]][2] | 23 | [![Build Status][1]][2] |
24 | 24 | ||
25 | [1]: https://travis-ci.org/pxqr/bittorrent.png | 25 | [1]: https://travis-ci.org/cobit/bittorrent.png |
26 | [2]: https://travis-ci.org/pxqr/bittorrent | 26 | [2]: https://travis-ci.org/cobit/bittorrent |
27 | 27 | ||
28 | 28 | ||
29 | ### Maintainer | 29 | ### Maintainer |
@@ -33,4 +33,4 @@ This library is written and maintained by Sam T. <pxqr.sta@gmail.com> | |||
33 | Feel free to report bugs and suggestions via | 33 | Feel free to report bugs and suggestions via |
34 | [github issue tracker][issues] or the mail. | 34 | [github issue tracker][issues] or the mail. |
35 | 35 | ||
36 | [issues]: https://github.com/pxqr/bittorrent/issues/new | 36 | [issues]: https://github.com/cobit/bittorrent/issues/new |
diff --git a/bittorrent.cabal b/bittorrent.cabal index 65e8208d..ae1a06a4 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -18,7 +18,7 @@ description: | |||
18 | A library for making Haskell bittorrent applications easy. | 18 | A library for making Haskell bittorrent applications easy. |
19 | . | 19 | . |
20 | For more information see: | 20 | For more information see: |
21 | <https://github.com/pxqr/bittorrent/blob/master/README.md> | 21 | <https://github.com/cobit/bittorrent/blob/master/README.md> |
22 | 22 | ||
23 | extra-source-files: res/* | 23 | extra-source-files: res/* |
24 | , README.md | 24 | , README.md |