summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2022-01-06 00:02:05 -0500
committerAneesh Agrawal <aneeshusa@gmail.com>2022-01-06 00:02:05 -0500
commit33fc3566162a338224bb34b74a8580f31afd7375 (patch)
tree3d4c6675bb97a54774ad3ee6021c39100f867577 /pkgs/tools/text
parenta1f94f18723e0b5b97d6ba129480bdba659a4302 (diff)
downloadnixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar.gz
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar.bz2
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar.lz
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar.xz
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.tar.zst
nixpkgs-33fc3566162a338224bb34b74a8580f31afd7375.zip
icdiff: remove self (aneeshusa) from maintainers
I've fully switched over to using delta
and haven't used icdiff in over a year.
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/icdiff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/icdiff/default.nix b/pkgs/tools/text/icdiff/default.nix
index c051560151a..715a4dbaae2 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;
   };
 }