about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cornice/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-06-30 17:53:25 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-18 13:10:04 +0200
commit386b81c136728d8c59d38753e88aa8fbbec95304 (patch)
treef81c7bb7101fc56dcee369ea467ef7da4bb8b627 /pkgs/development/python-modules/cornice/default.nix
parentec51d7914819e9e5ee7b43a1c62e3586991eca82 (diff)
treewide: drop inactive maintainer costrouc from all python packages
Diffstat (limited to 'pkgs/development/python-modules/cornice/default.nix')
-rw-r--r--pkgs/development/python-modules/cornice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cornice/default.nix b/pkgs/development/python-modules/cornice/default.nix
index 9062ad22fd834..49825c7af2a1d 100644
--- a/pkgs/development/python-modules/cornice/default.nix
+++ b/pkgs/development/python-modules/cornice/default.nix
@@ -26,6 +26,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/mozilla-services/cornice";
     description = "Build Web Services with Pyramid";
     license = licenses.mpl20;
-    maintainers = [ maintainers.costrouc ];
+    maintainers = [ ];
   };
 }