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.
This commit is contained in:
Ihar Hrachyshka
2025-09-11 22:28:37 -04:00
parent fe8004aed5
commit 05fa15c83a
+4 -1
View File
@@ -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;
};
})