postgresqlPackages.plv8: add marsam as maintainer

This commit is contained in:
Mario Rodas 2019-08-29 03:01:00 -05:00
parent f24c729196
commit 964974bbb7
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
homepage = "https://plv8.github.io/";
maintainers = with maintainers; [ volth ];
maintainers = with maintainers; [ volth marsam ];
platforms = [ "x86_64-linux" ];
license = licenses.postgresql;
};