about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pybotvac
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-07-04 12:41:44 +0200
committerLinus Heckemann <git@sphalerite.org>2022-07-04 21:21:38 +0200
commitec2bee240424b71886cc11f36fc4a1d241371a12 (patch)
treee506807d5e1ad276867733fa2d918565082496b6 /pkgs/development/python-modules/pybotvac
parent460b31a32fec0005cdff88621006a90c02146b9b (diff)
maintainers: remove elseym
Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
Diffstat (limited to 'pkgs/development/python-modules/pybotvac')
-rw-r--r--pkgs/development/python-modules/pybotvac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pybotvac/default.nix b/pkgs/development/python-modules/pybotvac/default.nix
index 2feee74d319f8..394ea6e3fb0d3 100644
--- a/pkgs/development/python-modules/pybotvac/default.nix
+++ b/pkgs/development/python-modules/pybotvac/default.nix
@@ -36,6 +36,6 @@ buildPythonPackage rec {
     description = "Python module for interacting with Neato Botvac Connected vacuum robots";
     homepage = "https://github.com/stianaske/pybotvac";
     license = licenses.mit;
-    maintainers = with maintainers; [ elseym ];
+    maintainers = with maintainers; [ ];
   };
 }