summary refs log tree commit diff
path: root/pkgs/applications/version-management/tig
diff options
context:
space:
mode:
authorSolène Rapenne <solene@perso.pw>2023-11-03 17:52:06 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-03 18:09:17 +0100
commitb55d20d7c496c0a454b7a8bb46a3ba51c67b059c (patch)
treedff4cb4cfb0a3150007701a5bef1cad407bde94c /pkgs/applications/version-management/tig
parent43cb6e39b22440ce64d4fc10dfacade5db991210 (diff)
treewide: remove myself as maintainer
Diffstat (limited to 'pkgs/applications/version-management/tig')
-rw-r--r--pkgs/applications/version-management/tig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/tig/default.nix b/pkgs/applications/version-management/tig/default.nix
index 188a0b115fdda..e4b54078edc5e 100644
--- a/pkgs/applications/version-management/tig/default.nix
+++ b/pkgs/applications/version-management/tig/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://jonas.github.io/tig/";
     description = "Text-mode interface for git";
-    maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 srapenne ];
+    maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 ];
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
   };