summary refs log tree commit diff
path: root/pkgs/servers
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/servers
parentfac2951d8b31922ab7f1c0286ffffe2252d42d82 (diff)
downloadnixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar
nixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.gz
nixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.bz2
nixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.lz
nixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.xz
nixlib-ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.tar.zst
nixlib-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/servers')
-rw-r--r--pkgs/servers/misc/taskserver/default.nix2
-rw-r--r--pkgs/servers/web-apps/klaus/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/misc/taskserver/default.nix b/pkgs/servers/misc/taskserver/default.nix
index 0511c822ebe6..466c3873c600 100644
--- a/pkgs/servers/misc/taskserver/default.nix
+++ b/pkgs/servers/misc/taskserver/default.nix
@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
     homepage = http://taskwarrior.org;
     license = stdenv.lib.licenses.mit;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ matthiasbeyer makefu ];
+    maintainers = with stdenv.lib.maintainers; [ makefu ];
   };
 }
diff --git a/pkgs/servers/web-apps/klaus/default.nix b/pkgs/servers/web-apps/klaus/default.nix
index bb953ecc03ab..81d1e57e7a04 100644
--- a/pkgs/servers/web-apps/klaus/default.nix
+++ b/pkgs/servers/web-apps/klaus/default.nix
@@ -35,6 +35,6 @@ python.pkgs.buildPythonApplication rec {
     description = "The first Git web viewer that Just Works";
     homepage    = https://github.com/jonashaag/klaus;
     license     = licenses.isc;
-    maintainers = with maintainers; [ matthiasbeyer ];
+    maintainers = with maintainers; [ ];
   };
 }