about summary refs log tree commit diff
path: root/pkgs/tools/misc/odyssey/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/odyssey/default.nix')
-rw-r--r--pkgs/tools/misc/odyssey/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/odyssey/default.nix b/pkgs/tools/misc/odyssey/default.nix
index 2f3ccb0e154b7..726b12182ebb9 100644
--- a/pkgs/tools/misc/odyssey/default.nix
+++ b/pkgs/tools/misc/odyssey/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "Scalable PostgreSQL connection pooler";
     homepage = "https://github.com/yandex/odyssey";
     license = licenses.bsd3;
-    maintainers = [ maintainers.marsam ];
+    maintainers = [ ];
     platforms = [ "x86_64-linux" ];
     mainProgram = "odyssey";
   };