From be152a8457a80070ee6fda868a274bf252f6b4d7 Mon Sep 17 00:00:00 2001 From: Alex Holder Date: Tue, 22 Aug 2023 13:10:08 +0100 Subject: [PATCH] nimbo: remove @alexeyre from maintainers --- pkgs/applications/misc/nimbo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/nimbo/default.nix b/pkgs/applications/misc/nimbo/default.nix index 5ad86eeccd44..ffc01c747f9b 100644 --- a/pkgs/applications/misc/nimbo/default.nix +++ b/pkgs/applications/misc/nimbo/default.nix @@ -52,6 +52,6 @@ python3.pkgs.buildPythonApplication rec { description = "Run machine learning jobs on AWS with a single command"; homepage = "https://github.com/nimbo-sh/nimbo"; license = licenses.bsl11; - maintainers = with maintainers; [ alexeyre noreferences ]; + maintainers = with maintainers; [ noreferences ]; }; }