summary refs log tree commit diff
path: root/pkgs/servers/diod
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
committerRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
commit225e412edb67a1e41c15c7244e4c1c1dc4581b5c (patch)
tree00c0a8e3a2ea1705e7ce4b24b9b1a01e050aa198 /pkgs/servers/diod
parent151d86c4554d810c3b6a3b89379a7585f16d37c3 (diff)
downloadnixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.gz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.bz2
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.lz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.xz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.zst
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.zip
Remove myself as maintainer of some packages.
Diffstat (limited to 'pkgs/servers/diod')
-rw-r--r--pkgs/servers/diod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/diod/default.nix b/pkgs/servers/diod/default.nix
index 2199d62b4dd..aefa3af8336 100644
--- a/pkgs/servers/diod/default.nix
+++ b/pkgs/servers/diod/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An I/O forwarding server that implements a variant of the 9P protocol";
-    maintainers = with maintainers; [ rnhmjoj rickynils ];
+    maintainers = with maintainers; [ rnhmjoj ];
     platforms   = platforms.linux;
     license     = licenses.gpl2Plus;
   };