From d888b4d2352293b29961a7462429fe24b260c5c5 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 21 Jan 2021 12:53:46 -0500 Subject: [PATCH] httplz: dropping maintainership --- pkgs/tools/networking/httplz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/httplz/default.nix b/pkgs/tools/networking/httplz/default.nix index cea92661f32d..eacb598674d2 100644 --- a/pkgs/tools/networking/httplz/default.nix +++ b/pkgs/tools/networking/httplz/default.nix @@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec { description = "A basic http server for hosting a folder fast and simply"; homepage = "https://github.com/thecoshman/http"; license = licenses.mit; - maintainers = with maintainers; [ bbigras ]; + maintainers = with maintainers; [ ]; }; }