diff --git a/pkgs/by-name/op/openbgpd/package.nix b/pkgs/by-name/op/openbgpd/package.nix index 910e80f2a63b..79d8f6b8b73c 100644 --- a/pkgs/by-name/op/openbgpd/package.nix +++ b/pkgs/by-name/op/openbgpd/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { description = "Free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol"; license = lib.licenses.isc; homepage = "http://www.openbgpd.org/"; - maintainers = with lib.maintainers; [ kloenk ]; + maintainers = with lib.maintainers; [ cvengler ]; platforms = lib.platforms.linux; }; }