summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal6
1 files changed, 3 insertions, 3 deletions
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