summary refs log tree commit diff
path: root/pkgs/applications/networking/errbot
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:13:56 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:17:51 +0200
commitc092a502df79288d791cacd4eb2e844bd032f445 (patch)
treef190eb4eac1b59ef621944fcb7c7a175c3797839 /pkgs/applications/networking/errbot
parent7fe922b3582af42aedf05228d10702cb7d184293 (diff)
downloadnixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.gz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.bz2
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.lz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.xz
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.tar.zst
nixpkgs-c092a502df79288d791cacd4eb2e844bd032f445.zip
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
Diffstat (limited to 'pkgs/applications/networking/errbot')
-rw-r--r--pkgs/applications/networking/errbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix
index d9f02941b43..032238d399d 100644
--- a/pkgs/applications/networking/errbot/default.nix
+++ b/pkgs/applications/networking/errbot/default.nix
@@ -63,7 +63,7 @@ in python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "Chatbot designed to be simple to extend with plugins written in Python";
     homepage = "http://errbot.io/";
-    maintainers = with maintainers; [ fpletz globin ];
+    maintainers = with maintainers; [ globin ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     # flaky on darwin, "RuntimeError: can't start new thread"