summary refs log tree commit diff
path: root/pkgs/tools/misc/miniserve
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-12-30 19:42:11 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-12-30 19:42:11 +1000
commita54f1ee49c4673679e7ec5069a2a6f615ef6083b (patch)
tree79a7f558bc643a80b95262c39ab1dc05781abe55 /pkgs/tools/misc/miniserve
parent65e1fcbab488b5711d7efa57ce32be2099b069b1 (diff)
downloadnixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar.gz
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar.bz2
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar.lz
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar.xz
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.tar.zst
nixpkgs-a54f1ee49c4673679e7ec5069a2a6f615ef6083b.zip
miniserve: remove maintainer
Diffstat (limited to 'pkgs/tools/misc/miniserve')
-rw-r--r--pkgs/tools/misc/miniserve/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/miniserve/default.nix b/pkgs/tools/misc/miniserve/default.nix
index 480201b8879..3f4dbb01e5a 100644
--- a/pkgs/tools/misc/miniserve/default.nix
+++ b/pkgs/tools/misc/miniserve/default.nix
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
     description = "For when you really just want to serve some files over HTTP right now!";
     homepage = "https://github.com/svenstaro/miniserve";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ zowoq ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }