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:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user