From 15661389fe6f58d20b08478f12a79630f0cca546 Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Wed, 13 Apr 2022 15:07:24 +0200 Subject: [PATCH] Update `maintainer` --- pqueue.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pqueue.cabal b/pqueue.cabal index 95f6205..1ae414c 100644 --- a/pqueue.cabal +++ b/pqueue.cabal @@ -7,8 +7,10 @@ license-file: LICENSE stability: experimental synopsis: Reliable, persistent, fast priority queues. description: A fast, reliable priority queue implementation based on a binomial heap. -maintainer: Lennart Spitzner - Louis Wasserman +maintainer: Lennart Spitzner , + Louis Wasserman , + konsumlamm , + David Feuer homepage: https://github.com/lspitzner/pqueue bug-reports: https://github.com/lspitzner/pqueue/issues build-type: Simple