libreswan: add rnhmjoj as maintainer

rnhmjoj 90d6e6fe edc797fd

Changed files
+1 -1
pkgs
tools
networking
libreswan
+1 -1
pkgs/tools/networking/libreswan/default.nix
···
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 ];
};
}