summary refs log tree commit diff
path: root/pkgs/applications/misc/tasknc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-06 10:57:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-06 10:57:19 +0200
commitce1c1e3093b9652fb3a3cdc1472afbc8a84dee68 (patch)
tree54c08e726c2d5d99be797f1a9b35372c4221b3b0 /pkgs/applications/misc/tasknc
parentfac2951d8b31922ab7f1c0286ffffe2252d42d82 (diff)
downloadnixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.gz
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.bz2
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.lz
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.xz
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.zst
nixpkgs-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.zip
Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 0deda8ce35a..3f395696161 100644
--- a/pkgs/applications/misc/tasknc/default.nix
+++ b/pkgs/applications/misc/tasknc/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://github.com/lharding/tasknc;
     description = "A ncurses wrapper around taskwarrior";
-    maintainers = with maintainers; [ matthiasbeyer infinisil ];
+    maintainers = with maintainers; [ infinisil ];
     platforms = platforms.linux; # Cannot test others
   };
 }