summary refs log tree commit diff
path: root/pkgs/applications/networking/opsdroid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/opsdroid/default.nix')
-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 2b3cbce2cb4..3ba4f6ac57f 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 ];
+    maintainers = with maintainers; [ globin willibutz ];
     license = licenses.asl20;
     platforms = platforms.unix;
   };