summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 22:41:18 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 22:41:18 +0400
commit83b7014435cb6f6bd22acc3a32d095b95094fa35 (patch)
tree0a38b63d75d3ac7a6023945005c13647eec4b2fb /bencoding.cabal
parentebfbff6ee74eb7d7514d0b2910e23d0cd161507f (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 0aa251a..1f50c1d 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,8 +1,8 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.1 2version: 0.1.0.1
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/pxqr/bencoding 4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/pxqr/bencoding/issues 5bug-reports: https://github.com/cobit/bencoding/issues
6license: MIT 6license: MIT
7license-file: LICENSE 7license-file: LICENSE
8author: Sam T. 8author: Sam T.
@@ -25,7 +25,7 @@ extra-source-files: README.md
25 25
26source-repository head 26source-repository head
27 type: git 27 type: git
28 location: git://github.com/pxqr/bencoding.git 28 location: git://github.com/cobit/bencoding.git
29 29
30 30
31library 31library