summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--bencoding.cabal6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4fd4172..7983303 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,6 @@ See full documentation at ```src/Data/BEncode.hs```.
12 12
13[![Build Status][2]][3] 13[![Build Status][2]][3]
14 14
15[1]: http://htmlpreview.github.com/?https://github.com/fmap/bencoding/master/bench/comparison.html 15[1]: http://htmlpreview.github.com/?https://github.com/pxqr/bencoding/master/bench/comparison.html
16[2]: https://travis-ci.org/fmap/bencoding.png 16[2]: https://travis-ci.org/pxqr/bencoding.png
17[3]: https://travis-ci.org/fmap/bencoding 17[3]: https://travis-ci.org/pxqr/bencoding
diff --git a/bencoding.cabal b/bencoding.cabal
index ddb598d..05874a5 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -2,8 +2,8 @@ name: bencoding
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: A library for encoding and decoding the BEncode data. 3synopsis: A library for encoding and decoding the BEncode data.
4description: A library for encoding and decoding the BEncode data. 4description: A library for encoding and decoding the BEncode data.
5homepage: https://github.com/fmap/bencoding 5homepage: https://github.com/pxqr/bencoding
6bug-reports: https://github.com/fmap/bencoding/issues 6bug-reports: https://github.com/pxqr/bencoding/issues
7license: MIT 7license: MIT
8license-file: LICENSE 8license-file: LICENSE
9author: Sam T. 9author: Sam T.
@@ -15,7 +15,7 @@ cabal-version: >= 1.8
15 15
16source-repository head 16source-repository head
17 type: git 17 type: git
18 location: https://github.com/fmap/bencoding.git 18 location: https://github.com/pxqr/bencoding.git
19 19
20 20
21library 21library