From 05fa15c83afb82a7115c07ffc9918b84c746f098 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 11 Sep 2025 20:35:38 -0400 Subject: [PATCH] ovn: add booxter as maintainer I'm interested in maintaining the package, and I'm a long time contributor to the upstream project and know how to deal with build system, test suite etc. --- pkgs/by-name/ov/ovn/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ov/ovn/package.nix b/pkgs/by-name/ov/ovn/package.nix index 4c7cec045fc0..f73fccecb873 100644 --- a/pkgs/by-name/ov/ovn/package.nix +++ b/pkgs/by-name/ov/ovn/package.nix @@ -125,7 +125,10 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.ovn.org"; changelog = "https://github.com/ovn-org/ovn/blob/refs/tags/${finalAttrs.src.tag}/NEWS"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ adamcstephens ]; + maintainers = with lib.maintainers; [ + adamcstephens + booxter + ]; platforms = lib.platforms.linux; }; })