From 2264223f33b0518c01d65f76bbeaf9d9511275d2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 28 Oct 2020 14:32:36 +0100 Subject: [PATCH] woof: Take maintainership from lschuermann This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann Signed-off-by: Matthias Beyer --- pkgs/tools/misc/woof/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/woof/default.nix b/pkgs/tools/misc/woof/default.nix index e00634dd53e..e89ef8dab0e 100644 --- a/pkgs/tools/misc/woof/default.nix +++ b/pkgs/tools/misc/woof/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { description = "Web Offer One File - Command-line utility to easily exchange files over a local network"; license = stdenv.lib.licenses.gpl2Plus; platforms = stdenv.lib.platforms.unix; - maintainers = with maintainers; [ lschuermann ]; + maintainers = with maintainers; [ matthiasbeyer ]; }; }