about summary refs log tree commit diff
path: root/pkgs/tools/admin/chkcrontab
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-01 14:39:41 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-01-01 19:48:01 +0100
commite7d1be840ccf453a8320fdc09759638270b1129a (patch)
tree4d7f5362cb7ee458a2494a2b58994b00e7260a26 /pkgs/tools/admin/chkcrontab
parent815bfe3cb6cf53b11d342bfcb932215edd1d0ffa (diff)
treewide: remove maintainership of `ma27` from a few packages
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.

SuperSandro2000 will take care of a few packages[1].

[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
Diffstat (limited to 'pkgs/tools/admin/chkcrontab')
-rw-r--r--pkgs/tools/admin/chkcrontab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/chkcrontab/default.nix b/pkgs/tools/admin/chkcrontab/default.nix
index 0740b0c1be606..73076b65c5871 100644
--- a/pkgs/tools/admin/chkcrontab/default.nix
+++ b/pkgs/tools/admin/chkcrontab/default.nix
@@ -14,7 +14,7 @@ buildPythonApplication rec {
   meta = with stdenv.lib; {
     description = "A tool to detect crontab errors";
     license = licenses.asl20;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
     homepage = "https://github.com/lyda/chkcrontab";
   };
 }