[Backport release-26.05] msedgedriver: derive maintainers from related package (#552896)

This commit is contained in:
Ulrik Strid
2026-08-15 09:10:29 +00:00
committed by GitHub

View File

@@ -4,6 +4,7 @@
glib,
lib,
libxcb,
microsoft-edge,
nspr,
nss,
stdenvNoCC,
@@ -52,7 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "WebDriver implementation that controls an Edge browser running on the local machine";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ cholli ];
maintainers = microsoft-edge.meta.maintainers;
platforms = [
"x86_64-linux"
];