Merge pull request #153679 from aneeshusa/remove-aneeshusa-from-icdiff-maintainers

icdiff: remove self (aneeshusa) from maintainers
This commit is contained in:
Bobby Rong
2022-01-06 13:20:49 +08:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://www.jefftk.com/icdiff";
description = "Side-by-side highlighted command line diffs";
maintainers = with maintainers; [ aneeshusa ];
maintainers = with maintainers; [ ];
license = licenses.psfl;
};
}