summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-18 23:29:17 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-18 23:29:17 +0400
commit2a543a72b0464d203c27a7ca612b542deb4efc52 (patch)
tree25ef786e9f8f85eb1164b29a3b3fb0b1d9f64e7d /bencoding.cabal
parent871457ae613e93910eb8f60019ef9c3b1f0d4dc9 (diff)
~ Update urls.
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