From f30428571b2ed667676f13469043d3f14ac54b95 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 15 Aug 2021 00:04:30 +0200 Subject: [PATCH] rabbitmq: Remove Profpatsch as maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have effectively not really maintained it in a while, since I had no use-case. Now that ryantm-bot has stopped reacting to updates of the package, I don’t see this improving. I hope somebody else steps up, an up-to-date rabbitmq in nixpkgs is quite important. --- pkgs/servers/amqp/rabbitmq-server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/amqp/rabbitmq-server/default.nix b/pkgs/servers/amqp/rabbitmq-server/default.nix index bfee20310705..7ac41ec5438a 100644 --- a/pkgs/servers/amqp/rabbitmq-server/default.nix +++ b/pkgs/servers/amqp/rabbitmq-server/default.nix @@ -83,6 +83,6 @@ stdenv.mkDerivation rec { description = "An implementation of the AMQP messaging protocol"; license = licenses.mpl20; platforms = platforms.unix; - maintainers = with maintainers; [ Profpatsch ]; + maintainers = with maintainers; [ ]; }; }