about summary refs log tree commit diff
path: root/pkgs/development/python-modules/before-after/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/before-after/default.nix')
-rw-r--r--pkgs/development/python-modules/before-after/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/before-after/default.nix b/pkgs/development/python-modules/before-after/default.nix
index cc1164eec56bf..6756580f5a779 100644
--- a/pkgs/development/python-modules/before-after/default.nix
+++ b/pkgs/development/python-modules/before-after/default.nix
@@ -1,4 +1,10 @@
-{ buildPythonPackage, fetchPypi, fetchpatch, pytestCheckHook, lib }:
+{
+  buildPythonPackage,
+  fetchPypi,
+  fetchpatch,
+  pytestCheckHook,
+  lib,
+}:
 
 buildPythonPackage rec {
   pname = "before-after";
@@ -30,7 +36,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "sugar over the Mock library to help test race conditions";
     homepage = "https://github.com/c-oreills/before_after";
-    maintainers = with maintainers; [ yuka ];
+    maintainers = with maintainers; [ ];
     license = licenses.gpl2Only;
   };
 }