icdiff: remove self (aneeshusa) from maintainers

I've fully switched over to using delta
and haven't used icdiff in over a year.
This commit is contained in:
Aneesh Agrawal 2022-01-06 00:02:05 -05:00
parent a1f94f1872
commit 33fc356616

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