summary refs log tree commit diff
path: root/pkgs/tools/misc/peep
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-27 22:09:49 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-08-27 22:28:49 +0200
commit3da886bf41981dcb541a0d98761cd69c0860cf92 (patch)
tree86cba2daf65f25337ff0e508598896ec5b902d61 /pkgs/tools/misc/peep
parent40f337454d6c76bc12500564f4553d6853e83aeb (diff)
downloadnixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.gz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.bz2
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.lz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.xz
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.tar.zst
nixpkgs-3da886bf41981dcb541a0d98761cd69c0860cf92.zip
treewide: remove ma27 from the maintainer-list of a few packages
These are all packages that I stopped using and hence just create noise
in my inbox for each change affecting them and let's face it, while I
still enjoy contributing to nixpkgs, it doesn't really make sense to be
listed there if I can't do much anyways.

Each of these packages can be taken over by someone or removed if
people think that's reasonable.

Of course, if other maintainers face issues, I can answer some questions
if needed & possible.
Diffstat (limited to 'pkgs/tools/misc/peep')
-rw-r--r--pkgs/tools/misc/peep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/peep/default.nix b/pkgs/tools/misc/peep/default.nix
index 6379f24649b..e77ace41f9c 100644
--- a/pkgs/tools/misc/peep/default.nix
+++ b/pkgs/tools/misc/peep/default.nix
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
     description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
     license = licenses.mit;
     homepage = "https://github.com/ryochack/peep";
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }