libreswan: add rnhmjoj as maintainer
This commit is contained in:
parent
edc797fdd3
commit
90d6e6fe0f
@ -132,6 +132,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
||||||
platforms = platforms.linux ++ platforms.freebsd;
|
platforms = platforms.linux ++ platforms.freebsd;
|
||||||
license = with licenses; [ gpl2Plus mpl20 ] ;
|
license = with licenses; [ gpl2Plus mpl20 ] ;
|
||||||
maintainers = [ maintainers.afranchuk ];
|
maintainers = with maintainers; [ afranchuk rnhmjoj ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user