diff --git a/pkgs/tools/networking/libreswan/default.nix b/pkgs/tools/networking/libreswan/default.nix index 4a69bc1e993..4132da1966d 100644 --- a/pkgs/tools/networking/libreswan/default.nix +++ b/pkgs/tools/networking/libreswan/default.nix @@ -132,6 +132,6 @@ stdenv.mkDerivation rec { description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange"; platforms = platforms.linux ++ platforms.freebsd; license = with licenses; [ gpl2Plus mpl20 ] ; - maintainers = [ maintainers.afranchuk ]; + maintainers = with maintainers; [ afranchuk rnhmjoj ]; }; }