summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-22 22:09:10 +0100
committerGitHub <noreply@github.com>2021-01-22 22:09:10 +0100
commit932d8850c85775e5b2c911d55cddd715aea017c0 (patch)
tree4cd5312022e8a10fc6afd4f3d62c2d83416fd260 /pkgs
parentc245e9d2ffc443b9ca0742e54cdb1ba18663f481 (diff)
parentd888b4d2352293b29961a7462429fe24b260c5c5 (diff)
Merge pull request #110372 from bbigras/httplz
httplz: dropping maintainership
Diffstat (limited to 'pkgs')
-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 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; [ ];
};
}