about summary refs log tree commit diff
path: root/pkgs/applications/networking/opsdroid
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-07-20 16:56:58 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-07-20 08:33:47 -0700
commitba5d6abb39286fcdf103790052b59f22a68898d5 (patch)
tree4a6e4500e389a5409097e7f49c1163972be860e1 /pkgs/applications/networking/opsdroid
parenta8ce8ba5dc10fb35f94f90d041a00e6bbec33748 (diff)
remove some maintainerships
I'm no longer using any of these packages, and they're tricky to test
outside a useful context.
Diffstat (limited to 'pkgs/applications/networking/opsdroid')
-rw-r--r--pkgs/applications/networking/opsdroid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/opsdroid/default.nix b/pkgs/applications/networking/opsdroid/default.nix
index 9b5b27e7ca496..2b3cbce2cb4e4 100644
--- a/pkgs/applications/networking/opsdroid/default.nix
+++ b/pkgs/applications/networking/opsdroid/default.nix
@@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
   meta = with lib; {
     description = "An open source chat-ops bot framework";
     homepage = "https://opsdroid.dev";
-    maintainers = with maintainers; [ fpletz globin willibutz lheckemann ];
+    maintainers = with maintainers; [ fpletz globin willibutz ];
     license = licenses.asl20;
     platforms = platforms.unix;
   };