summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-02 18:37:38 +0000
committerGitHub <noreply@github.com>2021-01-02 18:37:38 +0000
commit67638a5bec853aacc992ecf60ae5b5344ade7c42 (patch)
treed944b608012d5c7e9b4b787634061656d8b6165d /pkgs/tools
parentb9330fe4ebb5f424919a2e88096859742f05954d (diff)
parent4919ccf2ebc77e1320195d58490e07950d227afd (diff)
downloadnixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar.gz
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar.bz2
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar.lz
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar.xz
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.tar.zst
nixpkgs-67638a5bec853aacc992ecf60ae5b5344ade7c42.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools')
-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 0740b0c1be6..73076b65c58 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";
   };
 }