Commit 05fa15c8 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

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.
parent fe8004ae
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };
})