summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-06 13:20:49 +0800
committerGitHub <noreply@github.com>2022-01-06 13:20:49 +0800
commitae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33 (patch)
tree538b5b56cc2f7e7d174058eb32b3231dacf7f965 /pkgs
parent3342c9f8bf92d62df208146f88c658798405cafb (diff)
parent33fc3566162a338224bb34b74a8580f31afd7375 (diff)
downloadnixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar.gz
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar.bz2
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar.lz
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar.xz
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.tar.zst
nixpkgs-ae35b93fdc7a4b8fe7983eb2d2d4c4508ffb3d33.zip
Merge pull request #153679 from aneeshusa/remove-aneeshusa-from-icdiff-maintainers
icdiff: remove self (aneeshusa) from maintainers
Diffstat (limited to 'pkgs')
-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;
   };
 }