Merge pull request #108126 from Ma27/cleanup-maintained-pkgs

treewide: remove maintainership of `ma27` from a few packages
This commit is contained in:
Maximilian Bosch
2021-01-02 18:58:26 +01:00
committed by GitHub
8 changed files with 6 additions and 34 deletions

View File

@@ -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";
};
}