summary refs log tree commit diff
path: root/pkgs/tools/networking/crackle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/crackle/default.nix')
-rw-r--r--pkgs/tools/networking/crackle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/crackle/default.nix b/pkgs/tools/networking/crackle/default.nix
index 00d0acd2aa9..ea42e7a0b32 100644
--- a/pkgs/tools/networking/crackle/default.nix
+++ b/pkgs/tools/networking/crackle/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "Crack and decrypt BLE encryption";
     homepage = "https://github.com/mikeryan/crackle";
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ moni ];
     license = licenses.bsd2;
   };
 }