From 90d6e6fe0f53821c72a559a31608f700d07da7f5 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 13 May 2021 12:44:45 +0200 Subject: [PATCH] libreswan: add rnhmjoj as maintainer --- pkgs/tools/networking/libreswan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/libreswan/default.nix b/pkgs/tools/networking/libreswan/default.nix index 4a69bc1e9934..4132da1966d2 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 ]; }; }