summary refs log tree commit diff
path: root/pkgs/tools/networking/httplz
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-01-21 12:53:46 -0500
committerBruno Bigras <bigras.bruno@gmail.com>2021-01-21 12:53:46 -0500
commitd888b4d2352293b29961a7462429fe24b260c5c5 (patch)
tree3ad29893d2ba5cd584f386c39cf0966f6e5d7b9e /pkgs/tools/networking/httplz
parent938ad4b145662ee15ecb9fe6d35559bb3f4c22be (diff)
downloadnixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar.gz
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar.bz2
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar.lz
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar.xz
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.tar.zst
nixpkgs-d888b4d2352293b29961a7462429fe24b260c5c5.zip
httplz: dropping maintainership
Diffstat (limited to 'pkgs/tools/networking/httplz')
-rw-r--r--pkgs/tools/networking/httplz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/httplz/default.nix b/pkgs/tools/networking/httplz/default.nix
index cea92661f32..eacb598674d 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; [ ];
   };
 }