From 33fc3566162a338224bb34b74a8580f31afd7375 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Thu, 6 Jan 2022 00:02:05 -0500 Subject: [PATCH] icdiff: remove self (aneeshusa) from maintainers I've fully switched over to using delta and haven't used icdiff in over a year. --- pkgs/tools/text/icdiff/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/icdiff/default.nix b/pkgs/tools/text/icdiff/default.nix index c051560151a9..715a4dbaae2a 100644 --- a/pkgs/tools/text/icdiff/default.nix +++ b/pkgs/tools/text/icdiff/default.nix @@ -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; }; }