about summary refs log tree commit diff
path: root/pkgs/applications/misc/tasknc
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2024-04-09 17:26:37 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2024-04-09 21:43:39 +0200
commitea5dfeab93c13643f2ea75a5773ba5a721284191 (patch)
tree5d6b040b5a240767f07d8d87a13d39d0703e12d3 /pkgs/applications/misc/tasknc
parentf5296a5b38cb3454d5474df6184cf2ca1632a0c9 (diff)
treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
Diffstat (limited to 'pkgs/applications/misc/tasknc')
-rw-r--r--pkgs/applications/misc/tasknc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/tasknc/default.nix b/pkgs/applications/misc/tasknc/default.nix
index 236c81da562c0..5d8b453b0f4ea 100644
--- a/pkgs/applications/misc/tasknc/default.nix
+++ b/pkgs/applications/misc/tasknc/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/lharding/tasknc";
     description = "A ncurses wrapper around taskwarrior";
     mainProgram = "tasknc";
-    maintainers = with maintainers; [ matthiasbeyer infinisil ];
+    maintainers = with maintainers; [ matthiasbeyer ];
     platforms = platforms.linux; # Cannot test others
     license = licenses.mit;
   };