From 3f678cf9c8c243c555d526e67248eb5823883613 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 31 Oct 2013 11:53:13 +0400 Subject: Update URLs --- README.md | 6 +++--- base32-bytestring.cabal | 10 +++++----- 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]. [base16-pkg]: http://hackage.haskell.org/package/base16-bytestring [base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1 [rfc]: http://tools.ietf.org/html/rfc4648 -[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png -[travis-log]: https://travis-ci.org/cobit/base32-bytestring -[issues]: https://github.com/cobit/base32-bytestring/issues +[travis-img]: https://travis-ci.org/pxqr/base32-bytestring.png +[travis-log]: https://travis-ci.org/pxqr/base32-bytestring +[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 license-file: LICENSE author: Sam Truzjan maintainer: Sam Truzjan -copyright: (c) 2013 Sam Truzjan +copyright: (c) 2013, Sam Truzjan category: Codec, Data build-type: Simple cabal-version: >= 1.10 -homepage: https://github.com/cobit/base32-bytestring -bug-reports: https://github.com/cobit/base32-bytestring/issues +homepage: https://github.com/pxqr/base32-bytestring +bug-reports: https://github.com/pxqr/base32-bytestring/issues synopsis: Fast base32 and base32hex codec for ByteStrings description: base32 and base32hex codec according to RFC4648 @@ -22,12 +22,12 @@ extra-source-files: README.md source-repository head type: git - location: git://github.com/cobit/base32-bytestring.git + location: git://github.com/pxqr/base32-bytestring.git branch: master source-repository this type: git - location: git://github.com/cobit/base32-bytestring.git + location: git://github.com/pxqr/base32-bytestring.git branch: master tag: v0.1.1.0 -- cgit v1.2.3