From 8d94d94e18b0b7fc920bde7fc98773bf3a637808 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 4 Feb 2014 10:58:53 -0600 Subject: [PATCH] Change maintainer to jwiegley, bump to 3000.2.0.1 --- README.md | 3 +++ numbers.cabal | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index af9b245..0936ed7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ this repository to facilitate its maintenance. [edit] Okay maybe I am the maintainer now. I've put my email in the maintainer slot. +[edit] As of 2014/02/03, John Wiegley is now +the maintainer. +
danburton.email@gmail.com diff --git a/numbers.cabal b/numbers.cabal index cbb9600..cc7ebe9 100644 --- a/numbers.cabal +++ b/numbers.cabal @@ -1,10 +1,10 @@ Name: numbers -- don't forget to bump the "this" source tag -Version: 3000.2.0.0 +Version: 3000.2.0.1 License: BSD3 License-file: LICENSE Author: Lennart Augustsson -Maintainer: danburton.email@gmail.com +Maintainer: johnw@fpcomplete.com Category: Data, Math Synopsis: Various number types Description: @@ -18,16 +18,16 @@ Build-type: Simple cabal-version: >= 1.8 -homepage: https://github.com/DanBurton/numbers#readme -bug-reports: https://github.com/DanBurton/numbers/issues +homepage: https://github.com/jwiegley/numbers#readme +bug-reports: https://github.com/jwiegley/numbers/issues source-repository head type: git - location: git://github.com/DanBurton/numbers.git + location: git://github.com/jwiegley/numbers.git source-repository this type: git - location: git://github.com/DanBurton/numbers.git - tag: numbers-3000.2.0.0 + location: git://github.com/jwiegley/numbers.git + tag: numbers-3000.2.0.1 Library Build-Depends: