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 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