summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:53:13 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:53:13 +0400
commit3f678cf9c8c243c555d526e67248eb5823883613 (patch)
tree4c9bed363d1436c9a4c29d60e07084429c87c316
parentb346c9416d2c3bef4770c7e925411c76bd266ff6 (diff)
Update URLs
-rw-r--r--README.md6
-rw-r--r--base32-bytestring.cabal10
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9cdf6e7..c94135d 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,6 @@ You can report any issues at [Issue tracker][issues].
19[base16-pkg]: http://hackage.haskell.org/package/base16-bytestring 19[base16-pkg]: http://hackage.haskell.org/package/base16-bytestring
20[base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1 20[base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1
21[rfc]: http://tools.ietf.org/html/rfc4648 21[rfc]: http://tools.ietf.org/html/rfc4648
22[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png 22[travis-img]: https://travis-ci.org/pxqr/base32-bytestring.png
23[travis-log]: https://travis-ci.org/cobit/base32-bytestring 23[travis-log]: https://travis-ci.org/pxqr/base32-bytestring
24[issues]: https://github.com/cobit/base32-bytestring/issues 24[issues]: https://github.com/pxqr/base32-bytestring/issues
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