summaryrefslogtreecommitdiff
path: root/base32-bytestring.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'base32-bytestring.cabal')
-rw-r--r--base32-bytestring.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 7707d75..bd88b0d 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -4,12 +4,12 @@ license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
6maintainer: Sam Truzjan <pxqr.sta@gmail.com> 6maintainer: Sam Truzjan <pxqr.sta@gmail.com>
7copyright: (c) 2013 Sam Truzjan 7copyright: (c) 2013, Sam Truzjan
8category: Codec, Data 8category: Codec, Data
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.10 10cabal-version: >= 1.10
11homepage: https://github.com/cobit/base32-bytestring 11homepage: https://github.com/pxqr/base32-bytestring
12bug-reports: https://github.com/cobit/base32-bytestring/issues 12bug-reports: https://github.com/pxqr/base32-bytestring/issues
13synopsis: Fast base32 and base32hex codec for ByteStrings 13synopsis: Fast base32 and base32hex codec for ByteStrings
14description: 14description:
15 base32 and base32hex codec according to RFC4648 15 base32 and base32hex codec according to RFC4648
@@ -22,12 +22,12 @@ extra-source-files: README.md
22 22
23source-repository head 23source-repository head
24 type: git 24 type: git
25 location: git://github.com/cobit/base32-bytestring.git 25 location: git://github.com/pxqr/base32-bytestring.git
26 branch: master 26 branch: master
27 27
28source-repository this 28source-repository this
29 type: git 29 type: git
30 location: git://github.com/cobit/base32-bytestring.git 30 location: git://github.com/pxqr/base32-bytestring.git
31 branch: master 31 branch: master
32 tag: v0.1.1.0 32 tag: v0.1.1.0
33 33